Hello!
I have some problem loading XGB trained models into federated-xgboost.
It tells me I have the wrong model format, but it's the one recommended by xgboost via model.save_model('YYYY_MM_DD_model.json').
Do I have to retrain the model(s) with federated xgboost?
I could find another solution besides to retrain the model with the federatedxgboost library.
Maybe someone has another idea, how to import nativ xgboost models into federated-xgboost.
Hello! I have some problem loading XGB trained models into federated-xgboost. It tells me I have the wrong model format, but it's the one recommended by xgboost via
model.save_model('YYYY_MM_DD_model.json')
. Do I have to retrain the model(s) with federated xgboost?Used library versions:
Terminal output: