main
DOC Modify documentation/examples for the new model_selection module
DOC Remove deprecated SVC(probability=True) from examples (#33299)
DOC Fix typos and improve wording in `plot_cost_sensitive_learning.py` (#34417)
MNT Add author/license note where missing and add the linter (#29477)
MNT Rename `DetCurveDisplay` parameters `estimator_name` and `**kwargs` (#34443)
MNT don't use random_state in LogisticRegression unless it has an effect (#34287)
MNT Fix rst issues found by sphinx-lint (#31114)
CLN replace authors with the standard line (#29250)
DOC: Correct many grammatical issues (#32820)
MNT Use ruff format rather than black (#31015)
DOC readability and clarity on `permutation_test_score` in userguide and example (#30351)
ENH add `from_cv_results` in `PrecisionRecallDisplay` (#30508)
DOC Add successive halving in some examples (#34247)
DOC: use curve_kwargs instead of kwargs in example to avoid warnings (#31447)
DOC fix CI after renaming attribute in successive halving (#34271)
DOC merge example presenting the concept of validation curve (#29936)