8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb3956 commit 0c38247Copy full SHA for 0c38247
sklearn/tree/_criterion.pxd
@@ -45,7 +45,7 @@ cdef class Criterion:
45
# weighted count of each label. For regression,
46
# the sum of w*y. sum_total[k] is equal to
47
# sum_{i=start}^{end-1} w[samples[i]]*y[samples[i], k],
48
- # where k is output index.
+ # where k is output index.
49
cdef double* sum_left # Same as above, but for the left side of the split
50
cdef double* sum_right # same as above, but for the right side of the split
51
0 commit comments