Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Imbalanced-learn 0.13.0 source code.tar.gz | 2024-12-20 | 523.4 kB | |
Imbalanced-learn 0.13.0 source code.zip | 2024-12-20 | 669.1 kB | |
README.md | 2024-12-20 | 503 Bytes | |
Totals: 3 Items | 1.2 MB | 0 |
Changelog
Bug fixes
- Fix
get_metadata_routing
inPipeline
such that one can use a sampler with metadata routing. [#1115] by @glemaitre.
Compatibility
- Compatibility with scikit-learn 1.6. [#1109] by @glemaitre.
Deprecations
-
Pipeline
now usescheck_is_fitted
. In 0.15, it will raise an error instead of a warning. [#1109] by @glemaitre. -
algorithm
parameter inRUSBoostClassifier
is now deprecated and will be removed in 0.14. [#1109] by @glemaitre.