We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5282e commit 90ad5bfCopy full SHA for 90ad5bf
econml/tree/_splitter.pyx
@@ -631,10 +631,7 @@ cdef class BestSplitter(Splitter):
631
best.impurity_right_val = best.impurity_right
632
633
best.improvement = self.criterion.impurity_improvement(impurity,
634
- best.impurity_left, best.impurity_right)
635
-
636
- if self.honest:
637
+ best.impurity_left, best.impurity_right)
638
639
# Respect invariant for constant features: the original order of
640
# element in features[:n_known_constants] must be preserved for sibling
0 commit comments