dmlc / XGBoost.jl

XGBoost Julia Package
Other
288 stars 110 forks source link

training continuation #104

Open Roh-codeur opened 2 years ago

Roh-codeur commented 2 years ago

Hi

Does this package implement "Training continuation"? if so, how can I use it?

Demo for training continuation: https://xgboost.readthedocs.io/en/latest/python/examples/continuation.html?highlight=xgb_model#demo-for-training-continuation

thanks Roh

ExpandingMan commented 1 year ago

Yes! as of 2.0 it should be possible to do very much the same thing that is shown in this python example.