Recent scikit-learn updates
Section
Features
- TST Add test for multilabel inputs to continuous classification metrics (#34084) (ea351e0)
Section
Fixes
- CI Fix scipy-dev remaining failures due to scipy sparse DeprecationWarning (#34632) (82cc705)
- Fix indexable with dataframes (#34605) (4347a16)
- Fix Raise error for categorical features with criterion='absolute_error' (#34594) (63f2abf)
Section
Improvements
- MNT: Simplify unknown handling in encoders/
_encode.py(#34452) (1074736) - DOC Improve jaccard score docstring (#34645) (7cb1868)
- :lock: :robot: CI Update lock files for scipy-dev CI build(s) :lock: :robot: (#34635) (534302b)
- CI Stop uploading nightly wheels from scikit-learn repo (#34593) (f48d0ca)
- PERF Faster random forest training, by removing redundant memoryview creation (#34586) (6b64adc)
- PERF Speed up KNeighborsClassifier fitting (#34564) (ba7173e)
Section
Breaking Changes
- MNT Remove the None option for ScoringMonitor's scoring argument (#34590) (eb6b61f)