Can I use XGBoost if data does not fit into memory?

Hi,
is it possible to use XGBoost if the training data does not fit into memory?
By ljust loading a part of the data from disk on demand?

Thanks
Philip

Yes, check the docs here: https://xgboost.readthedocs.io/en/latest/tutorials/external_memory.html

Ahh great - thanks!
That helps.