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 65,436 public repositories matching this topic...
-
Updated
Aug 14, 2021 - Python
🐛 Bug
--- Logging error ---
Traceback (most recent call last):
File "/scratch/rzou/pt/workspace-env/lib/python3.7/logging/__init__.py", line 1025, in emit
msg = self.format(record)
File "/scratch/rzou/pt/workspace-env/lib/python3.7/logging/__init__.py", line 869, in format
return fmt.format(record)
File "/scratch/rzou/pt/workspace-env/lib/python3.7/site-packages/_pytes
I just discover that we have a helper function to validate scalar:
https://scikit-learn.org/stable/modules/generated/sklearn.utils.check_scalar.html
Since this helper could help to get consistent error types and messages, I was wondering if we could make a long-running issue to introduce this helper everywhere possible.
I think this could be a good issue for first contributors and short spr
-
Updated
Aug 12, 2021 - C++
-
Updated
Jul 15, 2021 - Python
-
Updated
Mar 8, 2021 - Jupyter Notebook
-
Updated
Aug 11, 2021 - Python
Defining propertynames
for non-struct types is not enough to enable tab completion in the REPL, as is being done with Cptr
(analytech-solutions/CBinding.jl#77) and eventually with Ptr
(JuliaInterop/Clang.jl#316). It appears to be prevented because of the following isstructtype
check: https://github.com/JuliaLang/julia/blob/c95448fb988441
-
Updated
Aug 6, 2021
-
Updated
May 23, 2021
-
Updated
Jul 12, 2021 - C++
-
Updated
Aug 15, 2021 - Jupyter Notebook
-
Updated
Apr 5, 2021
-
Updated
Aug 14, 2021 - Python
-
Updated
Aug 2, 2021
-
Updated
Jun 8, 2021 - Jupyter Notebook
-
Updated
Aug 27, 2020 - TeX
-
Updated
Aug 15, 2021 - C++
-
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
Aug 15, 2021 - Jupyter Notebook
-
Updated
Aug 15, 2021 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Aug 13, 2021 - Python
-
Updated
Jun 18, 2021 - Jupyter Notebook
-
Updated
Jul 30, 2021 - C++
-
Updated
Jul 28, 2021
- Wikipedia
- Wikipedia
Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And
go generate
doesn't work for protobuf directory. So we can't specify GPUOptions forNewSession
.