main
Move project directory from scikits.learn to sklearn
CI Fix scipy-dev remaining failures due to scipy sparse DeprecationWarning (#34632)
MNT _convert_container "dataframe" -> "pandas" (#33956)
ENH change default scoring to log loss in LogisticRegressionCV (#33333)
MNT Use pyrefly instead of mypy for type-checking (#34527)
CLN replace authors with the standard line (#29250)
MNT: Fix mypy job for pytest 9.1.0 (#34300)
TST use global_random_seed in sklearn/linear_model/tests/test_linear_loss.py (#30863)
ENH Newton-CD part 7: add NewtonCDSolver (#34561)
MNT remove PA_C from SGD and (re-) use eta0 (#31932)
TST Extend tests for `scipy.sparse.*array` in `sklearn/linear_model/tests/test_perceptron.py` (#27160)
TST Improve `sklearn.linear_model.test_quantile.test_sparse_input` (#30168)
CI Run free-threaded test suite with pytest-run-parallel (#32023)
FIX Explicitly disable array API dispatching for reference computation (#34378)
FIX missing RNG seeding in `test_sag_regressor` (#32879)
MNT Fix typos found by typos (#33916)
MNT add CD_Algo enum to coordinate descent - code simplification (#34514)
MNT Clean-up deprecations for 1.8: Deprecation of copy_X in TheilSenRegressor (#32456)