Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
-
Updated
Oct 8, 2020 - Python



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