Accessing a saved model from dataiku api endpoint

ssuhas76
Level 3
Accessing a saved model from dataiku api endpoint

Hi 

I am trying to access a saved model from the dataiku flow and predict from a python endpoint. Is there a way to do this?

 

P.S. i am not using the prediction endpoint because there are too many models and would want to have one python endpoint function and just call the required model and predict.  

0 Kudos
2 Replies
Turribeach

One option could go export it as MLflow model to managed folder and then load it from there in the API node:

https://doc.dataiku.com/dss/latest/mlops/mlflow-models/importing.html

 

ssuhas76
Level 3
Author

Thaks for your reply

I have built and saved my model in the flow. How do i save the model into a managed folder from the flow?

0 Kudos