File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ cdef class DensePartitioner:
167
167
self .n_missing = n_missing
168
168
169
169
cdef inline void next_p(self , intp_t* p_prev, intp_t* p) noexcept nogil:
170
- """ Compute the next p_prev and p for iteratiing over feature values.
170
+ """ Compute the next p_prev and p for iterating over feature values.
171
171
172
172
The missing values are not included when iterating through the feature values.
173
173
"""
@@ -397,7 +397,7 @@ cdef class SparsePartitioner:
397
397
max_feature_value_out[0 ] = max_feature_value
398
398
399
399
cdef inline void next_p(self , intp_t* p_prev, intp_t* p) noexcept nogil:
400
- """ Compute the next p_prev and p for iteratiing over feature values."""
400
+ """ Compute the next p_prev and p for iterating over feature values."""
401
401
cdef:
402
402
intp_t p_next
403
403
float32_t[::1 ] feature_values = self .feature_values
You can’t perform that action at this time.
0 commit comments