
Ultimate access to all questions.
A data scientist is performing hyperparameter optimization using an iterative optimization algorithm, with each unique set of hyperparameters trained on a separate compute node. Despite conducting eight evaluations across eight nodes, they notice no consistent improvement in model accuracy. What changes could potentially enhance the model's accuracy during this tuning process?
A
Switch the iterative optimization algorithm to one better suited for the problem.
B
Increase both the number of compute nodes and evaluations significantly.
C
Reduce the number of compute nodes to half or less than half of the evaluations.
D
Double or more than double the number of compute nodes relative to evaluations.
E
Significantly decrease both the number of compute nodes and evaluations.