Model fits for k-fold CV with a hyperparameter grid
You use 5-fold cross-validation to choose among candidate hyperparameter values. For each candidate you run the full 5-fold procedure, refitting the model on every fold.
How many model fits happen in total during this cross-validation search (before any final refit)?