-
Following up on https://github.com/scikit-learn-contrib/imbalanced-learn/issues/991 - in addition to updates to the documentation, it would be beneficial for users to see example usage of imbalanced-l…
-
This looks like a very neat way for working with data frames, especially specifying feature interactions etc without enormous transformer networks. What's holding it back from being more widely advert…
-
Error observed in `mlflow-v2-examples` in `notebook-example.ipynb` and `pipeline-example.ipynb`. There is an import of `sklearn` which causes an error. This is blocking the [MLflow tutorial](https://d…
-
Wrapper module that allow a user to choose any model architecture listed on scikit-learn, and train it on MPT data. Specifically, this should ensure that, regardless of what model is used, that hyperp…
-
Some estimators have arbitrary ways to break ties:
- k-nearest neighbors with data points lying on a uniform 1d grid (see #23667 for the BallTree for instance);
- feature splits in histogram gradi…
-
```
The 'sklearn' PyPI package is deprecated, use 'scikit-learn'
rather than 'sklearn' for pip commands.
Here is how to fix this error in the main use cases:
- use 'pip i…
-
I'm getting the following error the first time that `sklearn` is imported:
```
/Users/stephen/.rvm/rubies/ruby-2.6.2/bin/ruby: No such file or directory -- from multiprocessing.semaphore_tracker i…
-
### Discussed in https://github.com/scikit-learn/scikit-learn/discussions/26141
Originally posted by **earlev4** April 11, 2023
**Hi! First off, thanks so much to the excellent work done by al…
-
-
I didn't know this existed ;) Did you publicize it somewhere?
Are the mondrian forests ready for public consumption? If so, why isn't this in scikit-learn-contrib?