Skip to content

Commit 9c5321d

Browse files
committed
Adding working submodule
Signed-off-by: Adam Li <adam2392@gmail.com>
1 parent 1837ae8 commit 9c5321d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sklearn/tree/_tree.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,7 @@ cdef class BaseTree:
10221022
cdef Node* end_node = node + self.node_count
10231023

10241024
cdef double normalizer = 0.
1025+
cdef int i = 0
10251026

10261027
cdef cnp.float64_t[:] importances = np.zeros(self.n_features)
10271028

0 commit comments

Comments
 (0)