abhishekkrthakur / autoxgb

XGBoost + Optuna
Apache License 2.0
668 stars 88 forks source link

How to save the trained model? #26

Open zhaowei0315 opened 2 years ago

posa88 commented 2 years ago

same, seems there's no way to access a model file

zhaowei0315 commented 1 year ago

joblib.dump(axgb, 'axgb_regression.pkl')

thezsd commented 7 months ago

joblib.dump(axgb, 'axgb_regression.pkl')

And then how am I supposed to call this model, I did what you said and I don't know what to do next