Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Explain the concept of grid-search in hyperparameter tuning, including how it works in conjunction with cross-validation. Provide a detailed explanation and include a hypothetical example of a parameter grid for a Random Forest model.
A
Grid-search involves randomly selecting hyperparameter values and evaluating their performance.
B
Grid-search with cross-validation systematically explores a predefined set of hyperparameter values to find the combination that maximizes model performance.
C
Grid-search is used only for neural network models and not for other types of machine learning models.
D
Grid-search does not require cross-validation and can be performed on a single train-test split.