cancel
Showing results for 
Search instead for 
Did you mean: 
Machine Learning
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
cancel
Showing results for 
Search instead for 
Did you mean: 

What's a best practice for Hyperopt workflow?

User16789201666
Contributor II
Contributor II
  • Choose what hyperparameters are reasonable to optimize
  • Define broad ranges for each of the hyperparameters (including the default where applicable)
  • Run a small number of trials
  • Observe the results in an MLflow parallel coordinate plot and select the runs with lowest loss
  • Move the range towards those higher/lower values when the best runs’ hyperparameter values are pushed against one end of a range
  • Determine whether certain hyperparameter values cause fitting to take a long time (and avoid those values)
  • Re-run with more trials
  • Repeat until the best runs are comfortably within the given search bounds and none are taking excessive time

https://databricks.com/blog/2021/04/15/how-not-to-tune-your-model-with-hyperopt.html

0 REPLIES 0

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group