Open abhaygargab opened 1 year ago
*editing for clarity
Hi @abhaygargab, would you be able to reopen this issue in the seldon-core repo please?
I believe you may be better off using the newer V2 protocol (see example). You should be able to set static explain kwarg's in your explainer CRD yaml file then. Someone with the seldon-core
team will be able to confirm the proper format for this with you.
Hi Team,
I am able to use and pass parameters to AnchorImage explain method like below in my jupyter notebook:
However, after deploying the explainer following the below link, I am not able to get pass the parameters to the explain method through the /api/v1.0/explain api: https://docs.seldon.io/projects/seldon-core/en/latest/examples/iris_explainer_poetry.html
I have tried various ways like:
1.
but only the default parameters to the explain function are used always.
Can you please guide me to ways to pass parameters while calling the explainers through /api/v1.0/explain ?