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 54,796 public repositories matching this topic...
As of #36377, min/max functions were disabled for complex inputs (via dtype checks), however, min/max kernels are still compiled and dispatched for complex, see e.g.
https://github.com/pytorch/pytorch/blob/e44b2b72bd4ccecf9c2f6c18d09c11eff446b5a3/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp#L77
This dispatch should be disabled, and we should rely on errors produced by dispatch macro to not
Describe the issue linked to the documentation
Add link to @amueller video
Suggest a potential alternative/fix
link to video: https://youtu.be/p_2Uw2BxdhA
link to transcript: https://github.com/data-umbrella/data-umbrella-scikit-learn-sprint/blob/master/3_transcript_ACM_video_vol2.md
In "Video Resources" section, add:
- Contributing to scikit-learn, Volume 2: Video, Transcri
-
Updated
Dec 29, 2020 - Jupyter Notebook
-
Updated
Jan 14, 2021 - C++
-
Updated
Dec 19, 2020 - Python
-
Updated
Jan 13, 2021 - Python
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
Nov 22, 2020 - C++
-
Updated
Jan 7, 2021
-
Updated
Jan 5, 2021 - Jupyter Notebook
-
Updated
Dec 25, 2020
-
Updated
Aug 27, 2020 - TeX
-
Updated
Nov 29, 2020 - Jupyter Notebook
Currently many more Python projects like dask and optuna are using Python type hints. With the Python package of xgboost gaining more and more features, we should also adopt mypy as a safe guard against some type errors and for better code documentation.
-
Updated
Jan 13, 2021 - Jupyter Notebook
-
Updated
Dec 21, 2020 - Python
-
Updated
Jan 14, 2021 - C++
-
Updated
Jan 14, 2021 - Python
-
Updated
Dec 21, 2020 - Python
-
Updated
Jan 15, 2021 - Python
-
Updated
Jan 6, 2021 - Python
-
Updated
Sep 8, 2020 - C++
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Dec 28, 2020
-
Updated
Jan 14, 2021
-
Updated
Jan 12, 2021 - C++
- 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