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 47,835 public repositories matching this topic...
The fit_transform docstrings of the VotingClassifier and VotingRegressor are inherited from the TransformerMixin:
Fit to data, then transform it.
Fits transformer to X and y with optional parameters fit_params and returns a transformed version of X.
They don't really apply here and we should use the docstring from transform to explain what is returned:
Return c
WARNING: /data/users/ezyang/pytorch-tmp/BUILD.bazel:580:1: in hdrs attribute of cc_library rule //:aten_headers: Artifact
'bazel-out/k8-fastbuild/bin/aten/src/ATen/Config.h' is duplicated (through '//:aten/src/ATen/Config.h' and '//:aten_src_AT
en_config'). Since this rule was created by the macro 'cc_library', the error might have been caused by the macro implemen
tation
-
Updated
Aug 17, 2020 - Jupyter Notebook
-
Updated
Aug 11, 2020 - C++
-
Updated
Aug 18, 2020 - Python
-
Updated
Aug 20, 2020 - Python
-
Updated
Aug 4, 2020 - C++
-
Updated
Jul 15, 2020
I just noticed the Random stdlib has an UnsafeView type for filling arrays. With the new layout optimizations, this should no longer be necessary. We should try using the normal SubArray type for this. If it's still too slow/complex, then at least the type can be made safe by holding the underlying array directly instead of a Ptr.
-
Updated
Aug 14, 2020
-
Updated
Jul 3, 2020 - Jupyter Notebook
-
Updated
Jun 12, 2020
-
Updated
Dec 25, 2019 - TeX
-
Updated
Jun 4, 2020 - Jupyter Notebook
-
Updated
Aug 20, 2020 - C++
-
Updated
Jul 24, 2020 - Python
-
Updated
Aug 20, 2020 - Jupyter Notebook
-
Updated
Aug 13, 2020 - Python
-
Updated
Aug 17, 2020 - C++
-
Updated
Aug 20, 2020 - Python
-
Updated
May 12, 2020 - C++
-
Updated
Aug 17, 2020 - Python
-
Updated
Aug 19, 2020 - Python
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Aug 8, 2020
-
Updated
Jul 15, 2020
-
Updated
Jul 18, 2020 - C#
- Wikipedia
- Wikipedia
Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
example script provided in TensorFlow): Yes