main
Move project directory from scikits.learn to sklearn
TST Use clone to avoid failure for free-threaded (#33553)
MAINT Clean-up some old warning filters (#29460)
TST Use global_random_seed in `sklearn/decomposition/tests/test_fastica.py` (#31203)
TST use global_random_seed in sklearn/decomposition/tests/test_incremental_pca.py (#31250)
DOC: Correct many a/an usage mistakes (#32996)
MNT Fix NMF error with SciPy dev after SVD output memory layout change (#33260)
Make the test suite itself thread-safe to be able to detect thread-safety problems with or without free-threading (#30041)
FIX Explicitly disable array API dispatching for reference computation (#34378)
TST Fix too sensitive test in `test_sparse_pca.py` (#32221)
Enable config setting `sparse_interface` to control sparray and spmatrix creation (#31177)