@@ -1579,7 +1579,7 @@ class HistGradientBoostingRegressor(RegressorMixin, BaseHistGradientBoosting):
1579
1579
scoring : str or callable or None, default='loss'
1580
1580
Scoring parameter to use for early stopping. It can be a single
1581
1581
string (see :ref:`scoring_parameter`) or a callable (see
1582
- :ref:`scoring `). If None, the estimator's default scorer is used. If
1582
+ :ref:`scoring_callable `). If None, the estimator's default scorer is used. If
1583
1583
``scoring='loss'``, early stopping is checked w.r.t the loss value.
1584
1584
Only used if early stopping is performed.
1585
1585
validation_fraction : int or float or None, default=0.1
@@ -1961,7 +1961,7 @@ class HistGradientBoostingClassifier(ClassifierMixin, BaseHistGradientBoosting):
1961
1961
scoring : str or callable or None, default='loss'
1962
1962
Scoring parameter to use for early stopping. It can be a single
1963
1963
string (see :ref:`scoring_parameter`) or a callable (see
1964
- :ref:`scoring `). If None, the estimator's default scorer
1964
+ :ref:`scoring_callable `). If None, the estimator's default scorer
1965
1965
is used. If ``scoring='loss'``, early stopping is checked
1966
1966
w.r.t the loss value. Only used if early stopping is performed.
1967
1967
validation_fraction : int or float or None, default=0.1
0 commit comments