@@ -415,7 +415,7 @@ def predict(self, X, check_input=True):
415
415
416
416
check_input : bool, default=True
417
417
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 .
419
419
420
420
Returns
421
421
-------
@@ -464,7 +464,7 @@ def apply(self, X, check_input=True):
464
464
465
465
check_input : bool, default=True
466
466
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 .
468
468
469
469
Returns
470
470
-------
@@ -492,7 +492,7 @@ def decision_path(self, X, check_input=True):
492
492
493
493
check_input : bool, default=True
494
494
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 .
496
496
497
497
Returns
498
498
-------
@@ -878,7 +878,7 @@ def fit(self, X, y, sample_weight=None, check_input=True):
878
878
879
879
check_input : bool, default=True
880
880
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 .
882
882
883
883
Returns
884
884
-------
@@ -909,7 +909,7 @@ class in a leaf.
909
909
910
910
check_input : bool, default=True
911
911
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 .
913
913
914
914
Returns
915
915
-------
@@ -1236,7 +1236,7 @@ def fit(self, X, y, sample_weight=None, check_input=True):
1236
1236
1237
1237
check_input : bool, default=True
1238
1238
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 .
1240
1240
1241
1241
Returns
1242
1242
-------
0 commit comments