-
The recent (as of about a week ago) re-parameterization of Learner in learners.v to support kernel perceptrons has temporarily broken the MLCert/NNCert build process: the generated oracle learners now…
-
By default, Sphinx builds are incremental: If you've recently done a clean build of the docs, and then you modified just one of the sources, the next time you build, Sphinx will only build the pages t…
-
```
$ git grep -w "0\.21" 'sklearn/*.py'
sklearn/cluster/hierarchical.py: "will be removed in 0.21", DeprecationWarning)
sklearn/covariance/graph_lasso_.py: "wil…
-
Why is it
* `mlpack_perceptron --output_file` and
* `mlpack_logistic --output_file` but
* `mlpack_decision_tree --predictions_file`?
barak updated
5 years ago
-
I built mlpack from source as documented. In python 'import mlpack' doesn't show any error but I can't import any of the modules. Here is the full error:-
Python 3.6.8 |Anaconda, Inc.| (default, De…
-
I've tried to run cifar10_cnn.py example on Python 2.7.6 (32 bit) with libraries like the newest Theano (0.80dev) on Windows 8.1 64-bit; I'm not using cuDNN. The project terminates every time I try to…
-
#### Description
On RHEL 7.4 ppc64le, I'm trying to install sklearn through pip. The bug seems similar to #5489.
I DO NOT have root access to the system, so can't install other rpms …
-
`pip install deeppavlov` fails on scikit-learn:
```
ubuntu@ip-172-31-26-238:~/alexa_test$ pip install deeppavlov
Collecting deeppavlov
Using cached https://files.pythonhosted.org/packages/03…
-
In recent times, Machine Learning (ML) based algorithms have been able to achieve
very promising results on many pattern recognition tasks, such as speech, handwriting,
activity and gesture recogn…
-
I set worker_gpu to 2 and use 2 gpus in the same node. training is completely fine. But evaluation fails with this error
"
tensorflow.python.framework.errors_impl.InvalidArgumentError: Number of way…