Skip to content

Commit 532960e

Browse files
authored
Update skrules/skope_rules.py
1 parent 9f10469 commit 532960e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

skrules/skope_rules.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ def fit(self, X, y, sample_weight=None):
335335
self.estimators_features_):
336336

337337
# Create mask for OOB samples
338-
# mask = ~samples # samples is numpy array. when you put ~. it returns array([-(value_1 + 1), ..., -(value_n + 1)])
339338
mask = ~indices_to_mask(samples, n_samples)
340339

341340
if sum(mask) == 0:

0 commit comments

Comments
 (0)