We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df03b6 commit 1d44cefCopy full SHA for 1d44cef
econml/tree/_splitter.pyx
@@ -630,8 +630,8 @@ cdef class BestSplitter(Splitter):
630
best.impurity_left_val = best.impurity_left
631
best.impurity_right_val = best.impurity_right
632
633
- best.improvement = self.criterion.impurity_improvement(impurity,
634
- best.impurity_left, best.impurity_right)
+ best.improvement = self.criterion.impurity_improvement(impurity,
+ best.impurity_left, best.impurity_right)
635
636
# Respect invariant for constant features: the original order of
637
# element in features[:n_known_constants] must be preserved for sibling
0 commit comments