Skip to content

Commit f0f69be

Browse files
committed
Simplify cython partition api
Signed-off-by: Adam Li <adam2392@gmail.com>
1 parent 08658c6 commit f0f69be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/tree/_splitter.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ cdef inline int node_split_random(
820820
"""
821821
cdef const int8_t[:] monotonic_cst = splitter.monotonic_cst
822822
cdef bint with_monotonic_cst = splitter.with_monotonic_cst
823-
823+
824824
# Draw random splits and pick the best
825825
cdef intp_t start = splitter.start
826826
cdef intp_t end = splitter.end

0 commit comments

Comments
 (0)