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

Câu 47: Databricks Certified Machine Learning Professional

A machine learning engineer wants to log and deploy a model as an MLflow pyfunc model. They have custom preprocessing that needs to be completed on feature variables prior to fitting the model or computing predictions using that model. They decide to wrap this preprocessing in a custom model class ModelWithPreprocess,…

Nội dung câu hỏi

A machine learning engineer wants to log and deploy a model as an MLflow pyfunc model. They have custom preprocessing that needs to be completed on feature variables prior to fitting the model or computing predictions using that model. They decide to wrap this preprocessing in a custom model class ModelWithPreprocess, where the preprocessing is performed when calling fit and when calling predict. They then log the fitted model of the ModelWithPreprocess class as a pyfunc model. Which of the following is a benefit of this approach when loading the logged pyfunc model for downstream 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.

  1. A. The pyfunc model can be used to deploy models in a parallelizable fashion
  2. B. The same preprocessing logic will automatically be applied when calling fit
  3. C. The same preprocessing logic will automatically be applied when calling predict — đáp án hiện tại
  4. D. This approach has no impact when loading the logged pyfunc model for downstream deployment
  5. E. There is no longer a need for pipeline-like machine learning objects

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ề