- Notifications
You must be signed in to change notification settings - Fork1.3k
imbalanced-learn 0.10.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Changelog
Bug fixes
- Make sure that Substitution is working with
python -OO
that replacesdoc by None.#953 buGuillaume Lemaitre.
Compatibility
- Maintenance release for being compatible with scikit-learn >= 1.0.2.#946,#947,#949 byGuillaume Lemaitre.
- Add support for automatic parameters validation as in scikit-learn >= 1.2.#955 byGuillaume Lemaitre.
- Add support for
feature_names_in_
as well asget_feature_names_out
for all samplers.#959 byGuillaume Lemaitre.
Deprecation
- The parameter
n_jobs
has been deprecated from the classesADASYN,BorderlineSMOTE,SMOTE,SMOTENC,SMOTEN, andSVMSMOTE. Instead, pass a nearest neighbors estimator where n_jobs is set.#887 byGuillaume Lemaitre. - The parameter
base_estimator
is deprecated and will be removed in version 0.12. It is impacted the following classes:BalancedBaggingClassifier,EasyEnsembleClassifier,RUSBoostClassifier.#946 byGuillaume Lemaitre.
Enhancements
- Add support to accept compatible NearestNeighbors objects by only duck-typing. For instance, it allows to accept cuML instances.#858 byNV-jpt andGuillaume Lemaitre.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1 person reacted