seldon-core icon indicating copy to clipboard operation
seldon-core copied to clipboard

Mlflow-custom-transformation

Open Jaidatt opened this issue 3 years ago • 1 comments

We are trying to serve mlflow models via seldon core for this it is using this python file for the prediction of mlflow model https://github.com/SeldonIO/seldon-core/blob/d84b97431c49602d25f6f5397ba540769ec695d9/servers/mlflowserver/mlflowserver/MLFlowServer.py , Is there any way to provide custom python pre/post transformation function for the mlflow model to serve it on seldon-core.

Jaidatt avatar Jul 28 '22 06:07 Jaidatt

You can add input and output transformers to the inference graph. Have you tried this?

ukclivecox avatar Jul 28 '22 06:07 ukclivecox

Closing

ukclivecox avatar Dec 19 '22 10:12 ukclivecox