Skip to content

Free temporary memory used by XGBoost classifier

Rosen Matev requested to merge rm-fix-xgboost-leak into 2024-patches

Should fix the leak reported in MooreOnline#77. It seems to have been there for as long as we're using XGBoost.

One should probably see how we can get rid of the allocations, see https://discuss.xgboost.ai/t/can-allocation-be-optional-for-xgdmatrixcreatefrommat/2730

/cc @mveghel @cagapopo @ahennequ @msaur

Merge request reports