I have a xgboost .model file which was generated using xgboost::save()
in R. Now, I want to load this and use it in python.
↧
Load a xgboost model in python which was saved by `xgboost::save()` in R
↧
I have a xgboost .model file which was generated using xgboost::save()
in R. Now, I want to load this and use it in python.