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.