Skip to content

Commit fe3072f

Browse files
committed
Fix docstring
Signed-off-by: Adam Li <adam2392@gmail.com>
1 parent 43aa3ef commit fe3072f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sklearn/ensemble/_forest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,6 @@ def _bin_data(self, X, is_training_data):
696696
If is_training_data, then fit the _bin_mapper attribute.
697697
Else, the binned data is converted to a C-contiguous array.
698698
"""
699-
700699
description = "training" if is_training_data else "validation"
701700
if self.verbose:
702701
print(

0 commit comments

Comments
 (0)