Databricks Certified Machine Learning Professional — Question 17

Which of the following is a benefit of logging a model signature with an MLflow model?

Answer options

Correct answer: B

Explanation

Option B is correct because logging a model signature allows for validation of the input data schema when serving models, ensuring compatibility. Options A, C, D, and E do not accurately reflect the benefits of logging a model signature, as they pertain to other aspects of model management and deployment.