I read the paper but found nothing talking about how to implement incremental learning.
Can someone share some basic or deep knowledge? not in coding way.
I know how to write code snippet to train incrementally.
When new data comes in, how to train incrementally if I use XGBRegressor? Reserve the old trees and train new data with new trees?
I found nothing talking about this in detail
See also (1) https://stackoverflow.com/questions/38079853/how-can-i-implement-incremental-training-for-xgboost , (2) https://datascience.stackexchange.com/questions/25348/how-to-train-a-xgboost-model-on-data-that-is-too-big-for-the-memory , (3) https://github.com/dmlc/xgboost/issues/3055
– Ben Reiniger Mar 19 '19 at 11:50