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.
- A. The pyfunc model can be used to deploy models in a parallelizable fashion
- B. The same preprocessing logic will automatically be applied when calling fit
- C. The same preprocessing logic will automatically be applied when calling predict — đáp án hiện tại
- D. This approach has no impact when loading the logged pyfunc model for downstream deployment
- 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.