With xgboost 1.0.0 and later I've got an error message below:
If you are loading a serialized model (like pickle in Python, RDS in R) generated by older XGBoost, please export the model by calling Booster.save_model from that version first, then load it back in current version.
And I can use scikit-learn 0.22, but scikit-learn 0.23 does not have joblib at
Thanks for catching this. I think xgboost should be 0.81 for this model, but maybe we will upgrade to the latest xgboost and retrain the model in the future.
With
xgboost
1.0.0 and later I've got an error message below:And I can use
scikit-learn
0.22, butscikit-learn
0.23 does not havejoblib
at