
Ultimate access to all questions.
What does Hyperopt return when using hp.choice(), and how can the actual parameter values be retrieved?
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_