8000
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 52b6a66 commit 8a15053Copy full SHA for 8a15053
sklearn/tree/_criterion.pyx
@@ -842,7 +842,7 @@ cdef class RegressionCriterion(Criterion):
842
# sum_left[x] + sum_right[x] = sum_total[x]
843
# and that sum_total is known, we are going to update
844
# sum_left from the direction that require the least amount
845
- # of computations, i.e. from pos to new_pos or from end to new_po.
+ # of computations, i.e. from pos to new_pos or from end to new_pos.
846
847
if (new_pos - pos) <= (end - new_pos):
848
for p in range(pos, new_pos):
0 commit comments