8000 rm print · scikit-learn/scikit-learn@271b3da · GitHub
[go: up one dir, main page]

Skip to content

Commit 271b3da

Browse files
committed
rm print
1 parent ccc898f commit 271b3da

File tree

3 files changed

+948
-923
lines changed

3 files changed

+948
-923
lines changed

sklearn/ensemble/iforest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ def predict(self, X):
223223
# Now, to obrain the depth if the tree was fully grown,
224224
# we have to add the average depth wrt to the number of samples
225225
# remaining in the leaf:
226-
print 'depths', depths, depths.shape
227-
print '_average_path_length(n_samples_leaf)', _average_path_length(n_samples_leaf), _average_path_length(n_samples_leaf).shape
228226
depths += _average_path_length(n_samples_leaf)
229227

230228
if not isinstance(self.max_samples, (numbers.Integral, np.integer)):

0 commit comments

Comments
 (0)
0