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 58,954 public repositories matching this topic...
🐛 Bug
During our hackathon today, I ran into this weird error highlighting.
import torch
from typing import Dict
@torch.jit.script
def missing_index(x: Dict[str, int]) -> int:
return x['dne']
missing_index({'item': 20, 'other_item': 120})
This code outputs:
9
10
---> 11 missing_index({'item': 20, 'other_item': 120})
RuntimeError: The fo
It appears that the docs for Logistic Regression differ based on solvers and penalties. The "penalty" parameter states that "The ‘newton-cg’, ‘sag’ and ‘lbfgs’ solvers support only l2 penalties," while the "solver" parameter states that "‘newton-cg’, ‘lbfgs’, ‘sag’ and ‘saga’ handle L2 or no penalty" (attaching some screenshots). This was actually a little unclear to me, as I wasn't sure if the n
-
Updated
Mar 8, 2021 - Jupyter Notebook
-
Updated
Apr 15, 2021 - C++
-
Updated
Mar 20, 2021 - Python
-
Updated
Apr 15, 2021 - Python
-
Updated
Jan 22, 2021
-
Updated
Apr 10, 2021
-
Updated
Apr 5, 2021 - C++
-
Updated
Apr 5, 2021 - Jupyter Notebook
-
Updated
Apr 5, 2021
-
Updated
Apr 16, 2021 - Python
-
Updated
Aug 27, 2020 - TeX
-
Updated
Apr 10, 2021 - Jupyter Notebook
-
Updated
Jan 16, 2021
-
Updated
Feb 18, 2021 - Python
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
Apr 15, 2021 - Jupyter Notebook
-
Updated
Apr 15, 2021 - C++
-
Updated
Apr 16, 2021 - Python
-
Updated
Mar 23, 2021 - Python
-
Updated
Apr 16, 2021 - Python
-
Updated
Apr 1, 2021 - Jupyter Notebook
-
Updated
Apr 16, 2021 - C++
-
Updated
Sep 8, 2020 - 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