Skip to content

Commit f4bc136

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 89b7143 commit f4bc136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

treeple/tree/_honest_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ def _fit_leaves(self, X, y, sample_weight):
752752
pruned_tree, self.tree_, pruner, X, y, sample_weight, missing_values_in_feature_mask
753753
)
754754
self.tree_ = pruned_tree
755-
755+
756756
# Fit leaves using other subsample
757757
honest_leaves = self.tree_.apply(X[self.honest_indices_])
758758

0 commit comments

Comments
 (0)