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

Câu 38: Databricks Certified Machine Learning Professional

A machine learning engineer wants to log feature importance data from a CSV file at path importance_path with an MLflow run for model model. Which of the following code blocks will accomplish this task inside of an existing MLflow run block?

Nội dung câu hỏi

A machine learning engineer wants to log feature importance data from a CSV file at path importance_path with an MLflow run for model model. Which of the following code blocks will accomplish this task inside of an existing MLflow run block?

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. Lựa chọn A bằng hình ảnhLựa chọn A
  2. B. Lựa chọn B bằng hình ảnhLựa chọn B
  3. C. mlflow.log_data(importance_path, "feature-importance.csv")
  4. D. mlflow.log_artifact(importance_path, "feature-importance.csv") — đáp án hiện tại
  5. E. None of these code blocks tan accomplish the task.

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ề