@@ -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