Predict Model via flask server in dataiku community Edition
Gopinath
Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts, Registered Posts: 1 ✭✭✭
Hi
With DSS Community Edition, could we predict model with custom input using webapp as frontend, Flask server as backend to predict data from model trained within same project.
To Build API Node, it asking License file, do community edition have any solutions.
Thanks
Gopinath Muthusamy
Answers
-
Hi @Gopinath
Indeed for the real-time scoring you will require a licence.
If you require only scoring within the project, then you have a couple of options:
- Use a Score recipe in your flow for batch operations.
- Using the dataiku API, call on the saved model in your flow and get a predictor, see this for reference
Good luck!