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 a6b956c commit 91683fcCopy full SHA for 91683fc
sklearn/tree/_criterion.pxd
@@ -44,7 +44,7 @@ cdef class Criterion:
44
# weighted count of each label. For regression,
45
# the sum of w*y. sum_total[k] is equal to
46
# sum_{i=start}^{end-1} w[samples[i]]*y[samples[i], k],
47
- # where k is output index.
+ # where k is output index.
48
cdef double* sum_left # Same as above, but for the left side of the split
49
cdef double* sum_right # same as above, but for the right side of the split
50
0 commit comments