CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 37: Databricks Certified Machine Learning Professional

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 fol…

Nội dung câu hỏi

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?

Minh họa câu hỏi

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Indent the child run blocks within the parent run block — đáp án hiện tại
  2. B. Add the nested=True argument to the parent run
  3. C. Remove the nested=True argument from the child runs
  4. D. Provide the same name to the run_name parameter for all three run blocks
  5. E. Add the nested=True argument to the parent run and remove the nested=True arguments from the child runs

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề