Saving and loading
explainer.save('path')from alibi.saving import load_explainer
explainer = load_explainer('path', predictor=predictor)Details and limitations
path/meta.dill
path/explainer.dillLast updated
Was this helpful?

