Success Stories
Learn how our customers use DataRobot to increase their productivity and efficiency
AI Heroes
Meet the individuals who are bringing the Intelligence Revolution to their industries, driving collaboration, innovation, and measurable impact.
DataRobot StoryDataRobot was founded in 2012 to democratize access to AI. Today, DataRobot is the AI Cloud leader, delivering a unified platform for all users, all data types, and all environments to accelerate delivery of AI to production for every organization.
This post was originally part of the DataRobot Community. Visit now to browse discussions and ask questions about DataRobot, AI Cloud, data science, and more.
This article explains DataRobot tools for model hyperparameter tuning.
Advanced Tuning
DataRobot will automatically search for the best hyperparameters to optimize your models. If you wish to investigate the best hyperparameters, or if you wish to change them and tweak them in search for a better model, start by clicking on that model in the Leaderboard.
Figure 1. Leaderboard
Then, click on Evaluate > Advanced Tuning.
Figure 2. Advanced Tuning
If you followed the instructions properly, you should be looking at something similar to Figure 2.
At the top, you have three options to choose from:
New Search
Searched
Best of Searched
New Search
The New Search option is for those data scientists looking to initiate a new search of best parameters. The parameters are split into two groups. You have preprocessing parameters like missing value imputation and then you have model parameters like number of trees for example. Click on the parameters you want to change and just type in the value you would like to try out. In some cases, you will even be able to put multiple values in the form of a list.
When you are done, go to the bottom of the menu where you will be able to initiate a Smart Search or a Brute Force search as seen in Figure 3. Please keep in mind that extensive searches can take a long time to compute.
Figure 3. Initiating a New Hyperparameter Search
Searched
By clicking on Searched, you will be able to see all of the values DataRobot tried out when searching for the best set of hyperparameters.
Best of Searched
Best of Searched will yield just the best parameters based on the search that DataRobot conducted.
More Information
If you’d like to find out more about DataRobot’s robust hyperparameter tuning capabilities, please visit our public documentation repository and navigate to the Advanced Tuning section.