-
Updated
Oct 1, 2020 - Python
kaggle
Here are 2,422 public repositories matching this topic...
-
Updated
Oct 13, 2020 - Python
-
Updated
Sep 10, 2020 - Jupyter Notebook
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 12, 2020 - Jupyter Notebook
-
Updated
Sep 30, 2020 - Python
-
Updated
Oct 12, 2020 - Python
-
Updated
Jul 5, 2019 - Jupyter Notebook
-
Updated
May 14, 2016 - C++
-
Updated
Oct 15, 2018 - Jupyter Notebook
-
Updated
Dec 23, 2019 - HTML
-
Updated
Sep 29, 2020 - Jupyter Notebook
-
Updated
Sep 25, 2020 - Python
-
Updated
Oct 11, 2020 - Python
-
Updated
Jan 21, 2020 - Jupyter Notebook
-
Updated
Dec 20, 2017 - Python
-
Updated
May 28, 2020 - Python
-
Updated
Oct 5, 2020 - Jupyter Notebook
-
Updated
Apr 13, 2018 - Python
-
Updated
Mar 23, 2018 - Python
-
Updated
Sep 22, 2020 - Jupyter Notebook
-
Updated
Jan 30, 2020
-
Updated
Oct 12, 2020 - Jupyter Notebook
-
Updated
Dec 31, 2018 - Python
-
Updated
Jan 12, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Aug 29, 2016 - Python
Improve this page
Add a description, image, and links to the kaggle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kaggle topic, visit your repo's landing page and select "manage topics."

Description of the problem
As of the changes in #3160 , builds of the CRAN version of the R package with
gccnow raise "unknown pragma" warnings.CRAN does not allow the use of
-Wunknown-pragmasto suppress such warnings, so we remove them withsedwhen 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