main
move around examples for better structure.
MAINT|API Clean up deprecations for 1.6: SAMME.R in AdaBoost and deprecate algorithm (#29997)
CLN replace authors with the standard line (#29250)
MNT Update index finding to use np.nonzero (#31115)
MNT Use ruff format rather than black (#31015)
MNT Enforce ruff rules (RUF) (#30694)
DOC Fix misleading statement about model refitting in permutation importance docs (#31596)
DOC refactor examples/ensemble/plot_forest_iris.py to use DecisionBoundaryDisplay (#34556)
MNT Deprecate `shuffle` and `random_state` params from `TargetEncoder` (#33453)
MNT replace authors and license with standard text (#30511)
DOC Add demo on estimating the variability of the coverage fraction (#29499)
CI Update CI lock files [doc build] (#34419)
MNT Fix typos found by typos (#33916)
MNT Add author/license note where missing and add the linter (#29477)
DOC Drop duplicate 'the the' in plot_stack_predictors example comment (#34104)
DOC Rework voting classifier example (#30985)