Skip to content

Commit

Permalink
DOC correct shape of Tree.value
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Aug 14, 2014
1 parent 5202312 commit 6d8ccbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/tree/_tree.pyx
Expand Up @@ -2202,7 +2202,7 @@ cdef class Tree:
threshold : array of double, shape [node_count]
threshold[i] holds the threshold for the internal node i.
value : array of double, shape [node_count, n_outputs, ]
value : array of double, shape [node_count, n_outputs, max_n_classes]
Contains the constant prediction value of each node.
impurity : array of double, shape [node_count]
Expand Down

0 comments on commit 6d8ccbc

Please sign in to comment.