-
The 'sklearn' PyPI package is deprecated, use 'scikit-learn'
Due to [spflow](https://github.com/SPFlow/SPFlow) this library uses sklearn and has not maintained a new version for a long time,
so h…
-
*This can wait after the release.*
A discussion happened in the GLM PR https://github.com/scikit-learn/scikit-learn/pull/14300 about what properties we would like `sample_weight` to have.
### C…
-
¡Hola!
He estado intentando instalar el paquete scikit-learn pero no he podido. Suena muy simple, pero no logro encontrar solución. Los foros que he leído tampoco llegan a soluciones reales.
A…
-
The code used to have _gmm property inside the GMMHMM class containing a list of gmm models (per state). Now the entire GMMHMM was rewritten to be self contained without depending on scikit-learn. I a…
-
Cannot import eli5 after upgrading scikit-learn:
`import eli5`
```
File ".../python3.9/site-packages/eli5/sklearn/permutation_importance.py", line 7, in
from sklearn.utils.metaestimators …
-
## 🚀 Feature
Currently it is unclear how multilabel datasets are treated for Scikit-learn estimators, many of which are used in MoleculeNet. For neural networks, this is trivial, as we can use mask…
-
The great news:
https://github.com/scikit-learn/scikit-learn/pull/9012
We won't need conditional imputer anymore.
The equally promising news:
https://github.com/scikit-learn/scikit-learn/issu…
-
Hi,
I tested the scikit-learn tool (`check_estimator`) to check that an estimator is compatible with the scikit-learn API and all fail because they don't implement estimator tags (they might fail f…
-
A huge step towards implementing GAMs in scikit-learn was taken 3 days ago when [this PR](https://github.com/scikit-learn/scikit-learn/pull/18368) was merged.
This will likely allow us to get rid o…
-
It's trivial and recommended to switch to scikit learns TSNE implementation
wolfv updated
5 years ago