-
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…
-
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 bug**
When I install KduPRO data analysis package for python with your "mooda" module I get an error message.
I am not able to delete sklearn from your requirements.txt and that cause…
-
The OnionMulti class does not conform to the scikit requirements for the data input format.
At the moment, there are constraints on the size of the input array because it has to be a multiple of t…
-
The current scikit-learn version does not support the module 'sklearn.neighbors.base'. I think the new module is named _base.