-
I would like to add Scikit Learn basics in Machine Learning Section. Please assign me this under GSSOC'2024
-
Can anyone cross-check if generating a clean mamba create installs scikit-learn=1.3.2. In my case it seems to be doing that (despite seeing that in the environment in the main version it is forced 1.…
-
While reviewing https://github.com/scikit-learn/scikit-learn/pull/29288, I realised we're raising deprecation warnings to users, while most of them are not affected by the change, since the change onl…
-
Several options for achieving good coverage of hyperparameter space more efficiently than systematic grid search are discussed in scikit-learn documentations. Can pick or experiment and pick to enable…
-
No module named 'tensorflow' when using from tensorflow.keras.wrappers.scikit_learn import KerasClassifier
Environment: Describe your environment, including:
TensorFlow version ( 2.17.0, 2.18.0)
…
-
**Modification to work with scikit-learn >=1.3 y Eli5.**
Resolves the issue of "`ImportError: cannot import name 'if_delegate_has_method' from 'sklearn.utils.metaestimators'`"
`sklearn.utils.metaest…
-
plot_roc_curve no longer exists in SciKitLearn 1.5+ but is used in the exercises; new function is RocCurveDisplay
-
The current bounds listed for `pandas` and `scikit-learn` in [requirements.txt](https://github.com/fairlearn/fairlearn/blob/main/requirements.txt) are laughably out of date, and we're getting test fai…
-
**Description**
I'm encountering an error when installing ludwig[distributed] in a Jupyter Notebook environment running on a Dataproc cluster. The installation seems to proceed normally until it atte…
-
In 1.6, we introduced several breaking changes:
- `self._validate_data` became `sklearn.utils.validation.validate_data`
- `self._check_n_features` became `sklearn.utils.validation.check_n_features…