Predict Model via flask server in dataiku community Edition

Gopinath
Level 1
Predict Model via flask server in dataiku community Edition

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

 

0 Kudos
1 Reply
Liev
Dataiker Alumni

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!

0 Kudos