Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a hyperparameter tuning process using Hyperopt, what is the purpose of the 'domain' argument in the fmin function, and how does it affect the optimization process?
A
The 'domain' argument is used to specify the range of values for each hyperparameter, and it defines the search space for the optimization process.
B
The 'domain' argument is used to set the number of trials for the optimization process and does not affect the search space.
C
The 'domain' argument is not relevant in the optimization process and can be ignored.
D
The 'domain' argument is used to specify the type of optimization algorithm to be used by Hyperopt.