Machine learning
Machine learning is the practice of teaching a computer to learn. The concept uses pattern recognition, as well as other forms of predictive algorithms, to make judgments on incoming data. This field is closely related to artificial intelligence and computational statistics.
Here are 50,435 public repositories matching this topic...
🐛 Bug
Compiling against the C++ API on macOS using GCC-9.3, and cmake seems to use a bad flag:
... -fopenmp -D_GLIBCXX_USE_CXX11_ABI= -std=c++14 ...
-- note how it "blanks out" the _GLIBCXX_USE_CXX11_ABI
variable. This causes the compiler to fail in the stdlib:
/usr/local/Cellar/gcc@9/9.3.0/include/c++/9.3.0/x86_64-apple-darwin18/bits/c++config.h:273:27: error: #if with no expr
Describe the issue linked to the documentation
Follows from #17387
Suggest a potential alternative/fix
Stop referencing preprocessing functions e.g. :
maxabs_scale
minmax_scale
normalize
quantile_transform
robust_scale
scale
power_transform
in the UG, and only add them e.g. in the "See Also" sections, or even just in the API ref.
In particular right now the first entr
-
Updated
Sep 19, 2020 - Jupyter Notebook
-
Updated
Oct 7, 2020 - C++
-
Updated
Oct 4, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Sep 25, 2020 - C++
-
Updated
Sep 30, 2020
julia> versioninfo()
Julia Version 1.5.1
Commit 697e782ab8 (2020-08-25 20:08 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin19.5.0)
CPU: Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Environment:
JULIA = /Applications/Julia-1.5.app/Contents/Resources/julia/bin/julia
JULIA_NUM_THREADS = 3
julia> a =
-
Updated
Oct 5, 2020
-
Updated
Sep 30, 2020 - Jupyter Notebook
-
Updated
Oct 8, 2020
-
Updated
Aug 27, 2020 - TeX
-
Updated
Oct 5, 2020 - Jupyter Notebook
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.
-
Updated
Oct 9, 2020 - Jupyter Notebook
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 2, 2020 - C++
-
Updated
Oct 8, 2020 - Python
-
Updated
Oct 9, 2020 - Python
-
Updated
Sep 8, 2020 - C++
-
Updated
Oct 4, 2020 - Python
-
Updated
Oct 3, 2020
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Oct 9, 2020 - C++
-
Updated
Oct 8, 2020
- Wikipedia
- Wikipedia
Please make sure that this is a feature request. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:feature_template
System information