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 60,587 public repositories matching this topic...
There are some common misuse patterns in TorchScript that we should issue clear error messages for instead of generating generic error that doesn't capture root cause of error.
Here are a few examples:
- Attempting to construct a
nn.Module
inside TorchScript. This currently errors out because TorchScript would attempt to compile__init__()
method of module, which usually contains a call
We should be using pkg_resources
(or importlib.resources
if our min Python version is 3.7) instead of uses of __file__
.
$ get grep '__file__' sklearn/
sklearn/__check_build/__init__.py: local_dir = os.path.split(__file__)[0]
sklearn/datasets/_base.py: module_path = dirname(__file__)
sklearn/datasets/_base.py: module_path = dirname(__file__)
sklearn/datasets/_base.py:
-
Updated
Mar 8, 2021 - Jupyter Notebook
-
Updated
Mar 20, 2021 - Python
-
Updated
May 19, 2021 - C++
-
Updated
May 20, 2021 - Python
nodejs/node@6820054 is how Node.js raises the file descriptor limit. Afterwards, soft limit == hard limit; there's no way for libuv retrieve the old soft limit again. Defaulting to 256 or 1024, depending on the platform, is the only way.
FWIW, Node.js has been doing that for 8 years and I don't recall a single bug report. I recently added similar logic to Deno (denoland/deno@d46b37f), again
-
Updated
May 15, 2021
-
Updated
Jan 22, 2021
-
Updated
Apr 20, 2021 - C++
-
Updated
May 10, 2021 - Jupyter Notebook
-
Updated
Apr 5, 2021
-
Updated
May 20, 2021 - Python
-
Updated
Apr 30, 2021
-
Updated
Aug 27, 2020 - TeX
-
Updated
Apr 20, 2021 - Jupyter Notebook
-
Updated
May 13, 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
May 8, 2021 - C++
-
Updated
May 20, 2021 - Jupyter Notebook
-
Updated
May 20, 2021 - Python
-
Updated
May 17, 2021 - Python
-
Updated
May 20, 2021 - Python
-
Updated
Apr 1, 2021 - Jupyter Notebook
-
Updated
May 16, 2021 - C++
-
Updated
May 11, 2021
- 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