Skip to main content

Sklearn

We support Sklearn model with version sciket-learn==1.0.2

Make sure that the model is trained with sciket-learn==1.0.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(model, 'model.pkl')

Crypto Arsenal

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