Exhaustive Tuning

Use exhaustive grid search techniques for hyperparameter tuning.

Chapter Goals:

  • Learn how to use grid search cross-validation for exhaustive hyperparameter tuning

A. Grid-search cross-validation

If our application requires us to absolutely obtain the best hyperparameters of a model, and if the dataset is small enough, we can apply an exhaustive grid search ...