gbm
Here are 75 public repositories matching this topic...
Description of the problem
As of the changes in #3160 , builds of the CRAN version of the R package with gcc now raise "unknown pragma" warnings.
CRAN does not allow the use of -Wunknown-pragmas to suppress such warnings, so we remove them with sed when building the R package.
The "bug" here is that LightGBM's CI did not catch this. That should also be fixed.
How to fix thi
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
Oct 16, 2020 - Jupyter Notebook
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 2, 2020 - HTML
-
Updated
Jul 14, 2020 - Python
-
Updated
Jul 8, 2019 - C++
-
Updated
Oct 15, 2020
-
Updated
Jul 28, 2020 - Ruby
-
Updated
Jul 18, 2019 - Jupyter Notebook
-
Updated
Oct 13, 2020 - C++
-
Updated
Mar 23, 2020 - Julia
-
Updated
Nov 3, 2019 - Jupyter Notebook
-
Updated
Apr 13, 2016 - Python
-
Updated
Sep 30, 2020 - Python
-
Updated
Sep 11, 2017 - HTML
-
Updated
Oct 16, 2020 - R
-
Updated
Jun 18, 2020 - R
-
Updated
Oct 11, 2020 - C
-
Updated
Jun 15, 2019 - C++
-
Updated
Nov 7, 2019 - Jupyter Notebook
-
Updated
May 5, 2020 - Python
-
Updated
Jul 27, 2016 - R
-
Updated
Dec 6, 2018 - Jupyter Notebook
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.