Skip to content

Commit d25d36b

Browse files
committed
fix merge
1 parent d86e3c1 commit d25d36b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,6 @@ class HistGradientBoostingClassifier(ClassifierMixin, BaseHistGradientBoosting):
19641964
.. versionadded:: 0.23
19651965
19661966
scoring : str or callable or None, default='loss'
1967-
<<<<<<< HEAD
19681967
Scoring parameter to use for early stopping. Only used if early stopping
19691968
is performed. Options:
19701969
@@ -1974,19 +1973,6 @@ class HistGradientBoostingClassifier(ClassifierMixin, BaseHistGradientBoosting):
19741973
- `None`: :ref:`accuracy <accuracy_score>` is used.
19751974
- 'loss': early stopping is checked w.r.t the loss value.
19761975
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
19901976
validation_fraction : int or float or None, default=0.1
19911977
Proportion (or absolute size) of training data to set aside as
19921978
validation data for early stopping. If None, early stopping is done on

0 commit comments

Comments
 (0)