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 5202312 commit 6d8ccbcCopy full SHA for 6d8ccbc
sklearn/tree/_tree.pyx
@@ -2202,7 +2202,7 @@ cdef class Tree:
2202
threshold : array of double, shape [node_count]
2203
threshold[i] holds the threshold for the internal node i.
2204
2205
- value : array of double, shape [node_count, n_outputs, ]
+ value : array of double, shape [node_count, n_outputs, max_n_classes]
2206
Contains the constant prediction value of each node.
2207
2208
impurity : array of double, shape [node_count]
0 commit comments