Model Explainer Open Inference Protocol Example
Running this Notebook
$ conda create --name python3.8-example python=3.8 -y
$ conda activate python3.8-example
$ pip install jupyter
$ jupyter notebook!pip install sklearn alibiSetup Seldon Core
Setup MinIO
Train iris model using sklearn
iris model using sklearnTrain model
Save model
Create AnchorTabular explainer
AnchorTabular explainerCreate explainer artifact
Save explainer
Install dependencies to pack the enviornment for deployment
Pack enviornment
Copy artifacts to object store (minio)
minio)Configure mc to access the minio service in the local kind cluster
mc to access the minio service in the local kind clusterDeploy to local kind cluster
kind clusterCreate deployment CRD
Deploy
Test explainer
Last updated
Was this helpful?