Following #14303, let's turn on early-stopping by default in `HistGradientBoostingRegressor` and `HistGradientBoostingClassifier`. TODO: - [ ] change default - [ ] add small test - [ ] update tests that might fail due to default change - [ ] add short sentence in docstring indicating that early stopping is enabled by default. Maybe @johannfaouzi would like to give it a try?