-
Change sklearn -> scikit-learn in requirements and setup.py.
-
Dependabot detected a security issue, providing the solution to make scikit-learn >1.0.1. However Auto-sklearn pins it at version 0.24.2, supposidly it is on the development plane for v0.16 but develo…
-
## Description
The Python package's tests fail with the latest `scikit-learn` nightlies (v1.6.dev0).
```text
================= 7 failed, 103 passed, 14 warnings in 19.91s ==================
``…
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
Hi all, I am Mike, a student from the Pfenning Lab at CMU, excited to try this tool. FYI, I had to change 'sklearn' to 'scitkit-learn' in setup.py in order to install it. This seemed to work fine.
-
### Reason/inspiration (optional)
We would like a new entry on the `Stochastic Gradient Descent` concept under Sklearn. The entry should go in a new file under `docs/content/sklearn/concepts/stochast…
-
Hi, I've seen this work by Intel: https://github.com/intel/scikit-learn-intelex and curious if anyone has looked into how it may compare / if it can be used as a speed up in nndescent / associated too…
-
Hi all,
so I have the following issue when importing some of the packages:
```cannot import name 'parse_version' from 'sklearn.utils.fixes' (/Users/federiconutarelli/anaconda3/lib/python3.7/site…
-
I'm trying to convert a model that has been saved in .sav in onnx format. The model is a VotingClassifier (XGBOOST and NaiveBayes). I got the error
`Traceback (most recent call last):
File "/mn…
-
```
mamba create -n testenv scikit-learn python=3.12 libopenblas=0.3.28 -y
conda activate testenv
PYTHONFAULTHANDLER=1 python /tmp/test_openblas.py
```
```py
# /tmp/test_openblas.py
import nu…