You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
preprocess_quantile in RF does not correctly compute the bin ID's and their thresholds. For eg: in the current implementation, there's always the chance of missing out on those elements which fall in the last bin, especially when n_bins does not evenly divide the n_rows.
Tagging @vinaydes who has a fix for this and will be filing a PR soon.
The text was updated successfully, but these errors were encountered:
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
preprocess_quantile
in RF does not correctly compute the bin ID's and their thresholds. For eg: in the current implementation, there's always the chance of missing out on those elements which fall in the last bin, especially whenn_bins
does not evenly divide then_rows
.Tagging @vinaydes who has a fix for this and will be filing a PR soon.
The text was updated successfully, but these errors were encountered: