8000 DOC Typos in HistGradientBoosting documentation (#26057) · scikit-learn/scikit-learn@83445fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 83445fc

Browse files
authored
DOC Typos in HistGradientBoosting documentation (#26057)
1 parent 0258975 commit 83445fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ class HistGradientBoostingRegressor(RegressorMixin, BaseHistGradientBoosting):
12971297
.. versionchanged:: 1.2
12981298
Accept dict of constraints with feature names as keys.
12991299
1300-
interaction_cst : {"pairwise", "no_interaction"} or sequence of lists/tuples/sets \
1300+
interaction_cst : {"pairwise", "no_interactions"} or sequence of lists/tuples/sets \
13011301
of int, default=None
13021302
Specify interaction constraints, the sets of features which can
13031303
interact with each other in child node splits.
@@ -1655,7 +1655,7 @@ class HistGradientBoostingClassifier(ClassifierMixin, BaseHistGradientBoosting):
16551655
.. versionchanged:: 1.2
16561656
Accept dict of constraints with feature names as keys.
16571657
1658-
interaction_cst : {"pairwise", "no_interaction"} or sequence of lists/tuples/sets \
1658+
interaction_cst : {"pairwise", "no_interactions"} or sequence of lists/tuples/sets \
16591659
of int, default=None
16601660
Specify interaction constraints, the sets of features which can
16611661
interact with each other in child node splits.

0 commit comments

Comments
 (0)
0