Câu 12: Databricks Certified Machine Learning Professional
A machine learning engineer has registered a sklearn model in the MLflow Model Registry using the sklearn model flavor with UI model_uri. Which of the following operations can be used to load the model as an sklearn object for batch deployment?
Nội dung câu hỏi
A machine learning engineer has registered a sklearn model in the MLflow Model Registry using the sklearn model flavor with UI model_uri. Which of the following operations can be used to load the model as an sklearn object for batch deployment?
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.
- A. mlflow.spark.load_model(model_uri)
- B. mlflow.pyfunc.read_model(model_uri)
- C. mlflow.sklearn.read_model(model_uri)
- D. mlflow.pyfunc.load_model(model_uri)
- E. mlflow.sklearn.load_model(model_uri) — đá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.