Databricks Certified Machine Learning Professional — Question 5

Which of the following describes the purpose of the context parameter in the predict method of Python models for MLflow?

Answer options

Correct answer: E

Explanation

The correct answer is E because the context parameter indeed enables the model to access necessary external objects like preprocessing models or custom configuration files. Options A, B, C, and D describe different functionalities that are not related to the context parameter's purpose in MLflow's predict method.