gbm
Here are 80 public repositories matching this topic...
How you are using LightGBM?
LightGBM component: R package
Environment info
Operating System: macOS 10.14
C++ compiler version: gcc 8.1.0
CMake version: 3.17.3
R version: 4.0.2
LightGBM version or commit hash: https://github.com/microsoft/LightGBM/tree/c07644d1d71540204a9b56f26667e8180bd009e2
Reproducible example(s)
Thanks to @Laurae2 for sharing this with m
Problem:
catboost version: 0.23.2
Operating System: all
Tutorial: https://github.com/catboost/tutorials/blob/master/custom_loss/custom_metric_tutorial.md
Impossible to use custom metric (С++).
Code example
from catboost import CatBoost
train_data = [[1, 4, 5, 6],
-
Updated
Dec 8, 2020 - Jupyter Notebook
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 22, 2020 - HTML
-
Updated
Dec 8, 2020 - Python
-
Updated
Jul 8, 2019 - C++
-
Updated
Nov 8, 2020
-
Updated
Jul 28, 2020 - Ruby
-
Updated
Jul 18, 2019 - Jupyter Notebook
-
Updated
Oct 18, 2020 - C++
-
Updated
Mar 23, 2020 - Julia
-
Updated
Nov 3, 2019 - Jupyter Notebook
-
Updated
Apr 13, 2016 - Python
-
Updated
Oct 25, 2020 - R
-
Updated
Oct 20, 2020 - Python
-
Updated
Dec 5, 2020 - R
-
Updated
Sep 11, 2017 - HTML
-
Updated
Jun 18, 2020 - R
-
Updated
Nov 29, 2020 - C
-
Updated
Jun 15, 2019 - C++
-
Updated
Nov 7, 2019 - Jupyter Notebook
-
Updated
May 5, 2020 - Python
Improve this page
Add a description, image, and links to the gbm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gbm topic, visit your repo's landing page and select "manage topics."

Currently, the C++ compiler generates lots of warnings: https://xgboost-ci.net/blue/organizations/jenkins/xgboost/detail/master/516/pipeline/61. It would be great to reduce the number of warnings.
Note to new contributors: Post a comment here if you'd like to work on this issue. Feel free to ping me for help.