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 52,089 public repositories matching this topic...
🐛 Bug
As discussed here, calling kthvalue like torch.kthvalue(a, k, out=(a, indices)) produces a buffer overflow. Natalia suggested disallowing outputs that overlap with the input.
Most functions in scipy.linalg functions (e.g. svd, qr, eig, eigh, pinv, pinv2 ...) have a default kwarg check_finite=True that we typically leave to the default value in scikit-learn.
As we already validate the input data for most estimators in scikit-learn, this check is redundant and can cause significant overhead, especially at predict / transform time. We should probably a
-
Updated
Sep 19, 2020 - Jupyter Notebook
-
Updated
Nov 12, 2020 - C++
-
Updated
Oct 27, 2020 - Python
-
Updated
Nov 14, 2020 - Python
-
Updated
Oct 28, 2020 - C++
Should lpad/rpad be defined in terms of textwidth instead of code units or have the option to do so?
One of the main use cases of lpad and rpad is, at least for me personally, to align things in the terminal. However, lpad and rpad are defined (and documented) to work in terms of code units (i.e. they call length on the input string) which means that when length and textwidth disagree, you get unaligned output:
julia> s1 = "⟨k|H₁|k̃⟩"
"⟨k|H₁|k̃⟩"
julia> s2 = "⟨k|H₁|k⟩"
"⟨
-
Updated
Sep 30, 2020
-
Updated
Nov 8, 2020
-
Updated
Nov 16, 2020 - Jupyter Notebook
-
Updated
Oct 20, 2020
-
Updated
Aug 27, 2020 - TeX
-
Updated
Nov 13, 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
Nov 16, 2020 - Jupyter Notebook
-
Updated
Oct 1, 2020 - Python
-
Updated
Nov 14, 2020 - Python
-
Updated
Nov 16, 2020 - C++
-
Updated
Nov 7, 2020 - Python
-
Updated
Nov 16, 2020 - Python
-
Updated
Nov 15, 2020 - Python
-
Updated
Sep 8, 2020 - C++
-
Updated
Nov 5, 2020
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Nov 16, 2020 - C++
-
Updated
Oct 27, 2020
- Wikipedia
- Wikipedia
Please make sure that this is a documentation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:doc_template
System information