Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What does Hyperopt return when using hp.choice(), and how can the actual parameter values be retrieved?
hp.choice()
A
Hyperopt returns the actual parameter values directly
B
Hyperopt returns a dictionary of parameter values
C
Hyperopt returns the index of the choice list, and the parameter values cannot be retrieved
D
Hyperopt returns the index of the choice list, and hyperopt.space_eval() is used to retrieve the parameter values
hyperopt.space_eval()