gbrt
Here are 8 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
-
Updated
Jul 14, 2020 - Python
-
Updated
Jul 8, 2019 - C++
-
Updated
Oct 9, 2020 - Julia
-
Updated
Jul 18, 2019 - Jupyter Notebook
-
Updated
Oct 13, 2020 - C++
-
Updated
Oct 3, 2020 - Julia
Improve this page
Add a description, image, and links to the gbrt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gbrt 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.