8000 DOC fix some typos in docstring (#24416) · scikit-learn/scikit-learn@bcff21e · GitHub
[go: up one dir, main page]

Skip to content

Commit bcff21e

Browse files
authored
DOC fix some typos in docstring (#24416)
1 parent 0f0c4ce commit bcff21e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sklearn/tree/_classes.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def predict(self, X, check_input=True):
415415
416416
check_input : bool, default=True
417417
Allow to bypass several input checking.
418-
Don't use this parameter unless you know what you do.
418+
Don't use this parameter unless you know what you're doing.
419419
420420
Returns
421421
-------
@@ -464,7 +464,7 @@ def apply(self, X, check_input=True):
464464
465465
check_input : bool, default=True
466466
Allow to bypass several input checking.
467-
Don't use this parameter unless you know what you do.
467+
Don't use this parameter unless you know what you're doing.
468468
469469
Returns
470470
-------
@@ -492,7 +492,7 @@ def decision_path(self, X, check_input=True):
492492
493493
check_input : bool, default=True
494494
Allow to bypass several input checking.
495-
Don't use this parameter unless you know what you do.
495+
Don't use this parameter unless you know what you're doing.
496496
497497
Returns
498498
-------
@@ -878,7 +878,7 @@ def fit(self, X, y, sample_weight=None, check_input=True):
878878
879879
check_input : bool, default=True
880880
Allow to bypass several input checking.
881-
Don't use this parameter unless you know what you do.
881+
Don't use this parameter unless you know what you're doing.
882882
883883
Returns
884884
-------
@@ -909,7 +909,7 @@ class in a leaf.
909909
910910
check_input : bool, default=True
911911
Allow to bypass several input checking.
912-
Don't use this parameter unless you know what you do.
912+
Don't use this parameter unless you know what you're doing.
913913
914914
Returns
915915
-------
@@ -1236,7 +1236,7 @@ def fit(self, X, y, sample_weight=None, check_input=True):
12361236
12371237
check_input : bool, default=True
12381238
Allow to bypass several input checking.
1239-
Don't use this parameter unless you know what you do.
1239+
Don't use this parameter unless you know what you're doing.
12401240
12411241
Returns
12421242
-------

0 commit comments

Comments
 (0)
0