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

Câu 30: Databricks Certified Machine Learning Professional

A data scientist is utilizing MLflow to track their machine learning experiments. After completing a series of runs for the experiment with experiment ID exp_id, the data scientist wants to programmatically work with the experiment run data in a Spark DataFrame. They have an active MLflow Client client and an active S…

Nội dung câu hỏi

A data scientist is utilizing MLflow to track their machine learning experiments. After completing a series of runs for the experiment with experiment ID exp_id, the data scientist wants to programmatically work with the experiment run data in a Spark DataFrame. They have an active MLflow Client client and an active Spark session spark. Which of the following lines of code can be used to obtain run-level results for exp_id in a Spark DataFrame?

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. client.list_run_infos(exp_id)
  2. B. spark.read.format("delta").load(exp_id)
  3. C. There is no way to programmatically return row-level results from an MLflow Experiment.
  4. D. mlflow.search_runs(exp_id)
  5. E. spark.read.format("mlflow-experiment").load(exp_id) — đáp án hiện tại

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ề