LightGBM
We support LightGBM model with version lightgbm==3.3.2
Make sure that the model is trained with lightgbm==3.3.2
. 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(gmb, 'gmb.pkl')
Crypto Arsenal
gmb = CA.get_source("my gmb model")
gmb.predict(...)