Hello,
I would like to deploy a DataRobot learning model using the API (Python).
In the documentation, I saw the function create_from_learning_model.
This function has the following parameters :
But there is no parameters for :
Furthermore, there is no functions to submit retraining data.
In a mature project, it's essential to be able to automate all this without using the UI. For instance, if I want to retrain a model every week, I will have to upload by hand the new training data set using the UI ?
Will the access to all these settings be available soon?
Another question : is it possible to duplicate an existing deployment ?
Thanks !
Solved! Go to Solution.
Thank you @shu for your help !
Hi Jean-Eudes,
The accuracy/drift tracking can be defined with various `update_` functions after the deployment is created, such as the following:
For setting up retraining dataset and policies, there are REST API functions that can be leveraged: https://app.datarobot.com/apidocs/entities/deployments.html#retraining