
Ultimate access to all questions.
A data scientist is optimizing hyperparameters using an iterative optimization algorithm, with each unique set of hyperparameters trained on a separate compute node. Despite conducting eight evaluations across eight nodes, there's no consistent improvement in model accuracy. What single change could most effectively enhance the model's accuracy during the tuning process?
A
Reduce the number of compute nodes to half or fewer than half of the evaluations.
B
Change the iterative optimization algorithm to one better suited for the task.
C
Increase the number of compute nodes to double or more than the evaluations.
D
Significantly decrease both the number of compute nodes and evaluations.
E
Significantly increase both the number of compute nodes and evaluations.