Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Databricks Exam Databricks-Machine-Learning-Professional Topic 2 Question 38 Discussion

Actual exam question for Databricks's Databricks-Machine-Learning-Professional exam
Question #: 38
Topic #: 2
[All Databricks-Machine-Learning-Professional Questions]

A data scientist is using MLflow to track their machine learning experiment. As a part of each MLflow run, they are performing hyperparameter tuning. The data scientist would like to have one parent run for the tuning process with a child run for each unique combination of hyperparameter values.

They are using the following code block:

The code block is not nesting the runs in MLflow as they expected.

Which of the following changes does the data scientist need to make to the above code block so that it successfully nests the child runs under the parent run in MLflow?

Show Suggested Answer Hide Answer
Suggested Answer: E

Contribute your Thoughts:

Ammie
4 days ago
I think the data scientist should indent the child run blocks within the parent run block.
upvoted 0 times
...
Rozella
7 days ago
The nested=True argument should be added to the parent run to nest the child runs under it. Option B looks good to me.
upvoted 0 times
...

Save Cancel