-
There's a release candidate `scikit-learn==1.6.0rc1` with some breaking changes that are coming with the next release. Most of our tests are failing because we rely on `base.BaseEstimator._validate_da…
-
I am currently trying to run the python setup.py install and keep running into problems with the scikit-learn package:
`
Searching for scikit-learn==0.22.2
Reading https://pypi.org/simple/scikit-…
-
error when pip install scikit-learn
-
**Describe the issue**:
`dask_ml.model_selection` imports the private function `_safe_tags` from the private module `sklearn.utils._tags`.
That no longer works in scikit-learn 1.6.0rc1
**Mi…
-
scikit-learn [make transition from 1.5 to 1.6 easier for third-party library using scikit-learn utilities](https://github.com/scikit-learn/scikit-learn/issues/30298) will give us some buffer time to a…
-
`tf.keras.wrappers` used to have scikit-learn wrappers, which were then deprecated and https://github.com/adriangb/scikeras was born at the same time.
However, scikeras doesn't seem to be maintaine…
-
- scikit-build-core version: 0.10.7
- python version: 3.12.7
- OS: Mac OS X (although this happens on linux as well)
My `pyproject.toml` ([full source](https://github.com/wrenfold/wrenfold/blob/m…
-
While working on this, I realize that some of our 'estimators' that have a `fit` and `transform` method do not inherit from the [TransformerMixin](https://scikit-learn.org/stable/modules…
-
**Description**:
A recent update introduced the use of `scikit-learn` in the evaluation.py file, specifically functions like `pairwise_distances` from `sklearn.metrics.pairwise`. However, `scikit-l…
-
**Describe the solution you'd like**
I would like to add Scikit-RF to Juno. This would allow me to do some RF designs right from Juno.
By itself, Juno is quite powerful. Having Scikit-RF can o…