-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add reset_data to lgb.cv #1854
Comments
@NamLQ you can call gc every time after cv, since lgb.cv don't save cv-folds objects. |
sorry, it seems R-package returns a CV-booster. |
Please keep the CV-booster, because I need it to make a fold prediction. So just release the data is enough. |
@Laurae2 @StrikerRUS |
@NamLQ updated |
The lgb.train has the argument
reset_data = T
to release the data from the model as in #879. In the case of multiple k-fold cv the RAM is eaten so fast, so it would much better if lgb.cv also has the argumentreset_data
.Thank you very much.
The text was updated successfully, but these errors were encountered: