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

Câu 1: Databricks Certified Machine Learning Professional

A machine learning engineer is migrating a machine learning pipeline to use Databricks Machine Learning. They have programmatically identified the best run from an MLflow Experiment and stored its URI in the model_uri variable and its Run ID in the run_id variable. They have also determined that the model was logged w…

Nội dung câu hỏi

A machine learning engineer is migrating a machine learning pipeline to use Databricks Machine Learning. They have programmatically identified the best run from an MLflow Experiment and stored its URI in the model_uri variable and its Run ID in the run_id variable. They have also determined that the model was logged with the name "model". Now, the machine learning engineer wants to register that model in the MLflow Model Registry with the name "best_model".Which of the following lines of code can they use to register the model to the MLflow Model Registry?

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. mlflow.register_model(model_uri, "best_model") — đáp án hiện tại
  2. B. mlflow.register_model(run_id, "best_model")
  3. C. mlflow.register_model(f"runs:/{run_id}/best_model", "model")
  4. D. mlflow.register_model(model_uri, "model")
  5. E. mlflow.register_model(f"runs:/{run_id}/model")

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ề