-
I tried installing matplotlib by 'pip install matplotlib' command but its throwing the following error
`
copying sklearn/externals/setup.py -> build/lib.linux-armv7l-3.6/sklearn/externals
copying…
-
_Merges feature/108-loss-view-researcher -> develop_
- HistoryLogger naming revisions
- Extra keys has been added to AddScalarReply dataclass
- add_scalar method has been activated for training rout…
-
Any possibility in the future for adding support for ML models which have stacking estimators?
https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
https://sc…
-
The ```perceptron``` function doesn't use the kernel trick.
-
When running `opt.fit(X_train, y_train)` with n_iter=10 (or higher) I get the error `TypeError: %d format: a number is required, not tuple`. With n_iter=9 or less, it works (with only a few convergenc…
-
TLDR: run `git clean -xi` and remove all files that you didn't create yourself, then re-install, or use snippet below.
If you're contributing a PR and you recently merged upstream/master, you sho…
-
__UPDATE May 23 202__
Here's a list of the remaining classes:
- [ ] feature_selection.SelectorMixin
- [x] calibration.CalibratedClassifierCV ([#15134](https://github.com/scikit-learn/scikit-lea…
-
Armadillo has been manually installed.
[jw@cn06 build]$ [jw@cn06 build]$ make VERBOSE=1 -j1
/usr/bin/cmake -S/data/jw/mlpack -B/data/jw/mlpack/build --check-build-system CMakeFiles/Makefile.cmake…
-
### What is the desired addition or change?
Currently we use Boost framework to write test for mlpack and we would like to remove that dependency.
### What is the motivation for this featu…
-
I want to write a custom loss function for a Multilayer Perceptron network in Keras. The loss has two components: first is the regular 'mse' and the second is element wise gradients of output with res…