@@ -1964,7 +1964,6 @@ class HistGradientBoostingClassifier(ClassifierMixin, BaseHistGradientBoosting):
1964
1964
.. versionadded:: 0.23
1965
1965
1966
1966
scoring : str or callable or None, default='loss'
1967
- <<<<<<< HEAD
1968
1967
Scoring parameter to use for early stopping. Only used if early stopping
1969
1968
is performed. Options:
1970
1969
@@ -1974,19 +1973,6 @@ class HistGradientBoostingClassifier(ClassifierMixin, BaseHistGradientBoosting):
1974
1973
- `None`: :ref:`accuracy <accuracy_score>` is used.
1975
1974
- 'loss': early stopping is checked w.r.t the loss value.
1976
1975
1977
- ||||||| 8a8bfc24a
1978
- Scoring parameter to use for early stopping. It can be a single
1979
- string (see :ref:`scoring_parameter`) or a callable (see
1980
- :ref:`scoring`). If None, the estimator's default scorer
1981
- is used. If ``scoring='loss'``, early stopping is checked
1982
- w.r.t the loss value. Only used if early stopping is performed.
1983
- =======
1984
- Scoring parameter to use for early stopping. It can be a single
1985
- string (see :ref:`scoring_parameter`) or a callable (see
1986
- :ref:`scoring_callable`). If None, the estimator's default scorer
1987
- is used. If ``scoring='loss'``, early stopping is checked
1988
- w.r.t the loss value. Only used if early stopping is performed.
1989
- >>>>>>> main
1990
1976
validation_fraction : int or float or None, default=0.1
1991
1977
Proportion (or absolute size) of training data to set aside as
1992
1978
validation data for early stopping. If None, early stopping is done on
0 commit comments