Accessing a saved model from dataiku api endpoint
ssuhas76
Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 31 ✭
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.
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,123 Neuron
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
-
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?