Prediction

Prediction

How can I get the prediction results from datarobot? I actually wanted to get results posted on my mail from the model I deployed on a weekly or daily basis, as of now I'm predicting by uploading a local file manually.

Labels (4)
2 Replies

You could use the API to generate the predictions, then the following stack overflow article might be useful for getting that output sent out to email:

https://stackoverflow.com/questions/48973840/sending-data-frame-as-table-inside-email-body-python#48...

Hi Rajat!

DataRobot currently does not support email as prediction output, please find available prediction output options here. Also, you can find a guide on how to schedule your predictions on weekly basis here.