🔥 3-day streak
Databricks Certified Machine Learning Associate38 / 137
Question 38 of 137

A data scientist runs Hyperopt's fmin() on a single-node cluster to tune an XGBoost model, passing a Trials() object as the trials argument. After optimization completes, they want to programmatically inspect the loss and hyperparameters tried for every evaluation, not just the best result returned by fmin(). Which approach lets them access the full history of all trials?

Reviewed for accuracy · Report an issueNext question