main
Move project directory from scikits.learn to sklearn
FIX Metadata Routing tests and `record_metadata` (#34179)
Silence deprecation warnings in `_repr_mimebundle_` (#34069)
DEP Remove the experimental module for the HGBT model (#34237)
FIX Explicitly disable array API dispatching for reference computation (#34378)
CLN replace authors with the standard line (#29250)
MNT don't use random_state in LogisticRegression unless it has an effect (#34287)
Enable config setting `sparse_interface` to control sparray and spmatrix creation (#31177)
FIX Inconsistencies between solvers in `LinearDiscriminantAnalysis` and `QuadraticDiscriminantAnalysis` (#33626)
MNT Use pyrefly instead of mypy for type-checking (#34527)
MNT Add `ignore_types` to `assert_docstring_consistency` (#30944)
API Move IterativeImputer outside from experimental (#34214)
MAINT Clean-up more warning filters (#29511)
MNT remove leftover authors (#33240)
MAINT Cleaning up old scipy version mentions and code (#32685)
TST Extend tests for `scipy.sparse.*array` in `sklearn/tests/test_kernel_ridge.py` (#27270)
Make the test suite itself thread-safe to be able to detect thread-safety problems with or without free-threading (#30041)
FIX routing to composite methods (#30869)
MNT Remove unused extra_requires from pyproject.toml (#34544)
FEA Add metric_at_thresholds (#32732)
TST Extend tests for `scipy.sparse.*array` in `sklearn/tests/test_random_projection.py` (#27314)