Upcast index to size_t in Refit (closes #3227) (#3228)
In the current implementation, the index is an int32, which will segfault with large data sets and a large number of estimators.
Showing
Please register or sign in to comment
In the current implementation, the index is an int32, which will segfault with large data sets and a large number of estimators.