cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced options in python

Advanced options in python

Hi, 

Does anyone have an example of how to use the advanced options from python? In particular, I am looking for the properties consider_blenders_in_recommendation and accuracy_optimized_mb which can be found here https://datarobot-public-api-client.readthedocs-hosted.com/en/v2.23.0/autodoc/api_reference.html. 

Thanks so much

Labels (1)
1 Solution

Accepted Solutions
Thodoris
DataRobot Alumni

Hey @hunterd2 ,

Thanks for the question! Can you please check out this notebook? here

The notebook goes through using the AdvancedOptions object and how to pass it on to a specific project with the two options you mentioned. Please let me know if this helps. 🙂

Best regards,

Theo

 

View solution in original post

2 Replies
Thodoris
DataRobot Alumni

Hey @hunterd2 ,

Thanks for the question! Can you please check out this notebook? here

The notebook goes through using the AdvancedOptions object and how to pass it on to a specific project with the two options you mentioned. Please let me know if this helps. 🙂

Best regards,

Theo

 

Wow, thanks so much! that is perfect!