Skip to main content

XGBoost

We support XGBoost model with version xgboost==1.6.1

Make sure that the model is trained with xgboost==1.6.1. Dump the model with joblib==1.1.0 and upload the pkl to the strategy.

Learn more about the strategy flow here

Your side

import joblib

joblib.dump(xgb, 'xgb.pkl')

Crypto Arsenal

xgb = CA.get_source("my xgb model")
xgb.predict(...)