tuning_playbook icon indicating copy to clipboard operation
tuning_playbook copied to clipboard

[BUG] In Choosing the goal for the next round of experiments

Open SwordFaith opened this issue 2 years ago • 0 comments

I guess greedily maximize validation error should be minimize validation error.

Example goals include:

  • Try a potential improvement to the pipeline (e.g. a new regularizer, preprocessing choice, etc.).
  • Understand the impact of a particular model hyperparameter (e.g. the activation function)
  • Greedily maximize validation error.

SwordFaith avatar Feb 11 '23 16:02 SwordFaith