8000
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 fc2b52e commit 7a8b16bCopy full SHA for 7a8b16b
sklearn/ensemble/_hist_gradient_boosting/splitting.pyx
@@ -572,7 +572,7 @@ cdef class Splitter:
572
cdef unsigned int _find_best_feature_to_split_helper(
573
self,
574
split_info_struct * split_infos, # IN
575
- int n_allowed_features,
+ unsigned int n_allowed_features,
576
) noexcept nogil:
577
"""Return the index of split_infos with the best feature split."""
578
cdef:
0 commit comments