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

Câu 14: Databricks Certified Machine Learning Professional

A data scientist has developed a scikit-learn model sklearn_model and they want to log the model using MLflow. They write the following incomplete code block: Which of the following lines of code can be used to fill in the blank so the code block can successfully complete the task?

Nội dung câu hỏi

A data scientist has developed a scikit-learn model sklearn_model and they want to log the model using MLflow. They write the following incomplete code block: Which of the following lines of code can be used to fill in the blank so the code block can successfully complete the task?

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. mlflow.spark.track_model(sklearn_model, "model")
  2. B. mlflow.sklearn.log_model(sklearn_model, "model") — đáp án hiện tại
  3. C. mlflow.spark.log_model(sklearn_model, "model")
  4. D. mlflow.sklearn.load_model("model")
  5. E. mlflow.sklearn.track_model(sklearn_model, "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ề