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,912 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.
Describe the bug
In grid_to_graph, you expect the vertices to correspond to the implicit order defined by the mask. This is not always the case, due to the occurrence of isolated vertices that are dismissed in the reindexing of the vertices.
Steps/Code to Reproduce
import numpy as np
from sklearn.feature_extraction import grid_to_graph
mask = np.zeros((2, 3)).ast
-
Updated
Dec 5, 2020 - Jupyter Notebook
-
Updated
Dec 5, 2020 - C++
-
Updated
Nov 26, 2020 - Python
-
Updated
Dec 6, 2020 - Python
-
Updated
Nov 22, 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
Nov 28, 2020
-
Updated
Dec 3, 2020
-
Updated
Nov 16, 2020 - Jupyter Notebook
-
Updated
Dec 2, 2020
-
Updated
Aug 27, 2020 - TeX
-
Updated
Nov 29, 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
Dec 4, 2020 - Jupyter Notebook
-
Updated
Oct 1, 2020 - Python
-
Updated
Nov 25, 2020 - C++
-
Updated
Dec 4, 2020 - Python
-
Updated
Nov 7, 2020 - Python
-
Updated
Dec 5, 2020 - Python
-
Updated
Nov 24, 2020 - Python
-
Updated
Sep 8, 2020 - C++
-
Updated
Dec 1, 2020
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Dec 5, 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