
Explanation:
The optimal strategy for ensuring high availability of the deployed machine learning model in a Databricks environment using MLflow is to implement load balancing for the deployed model‘s REST API. This approach offers several benefits:
Other options considered:
Implementing load balancing is the most efficient and reliable method to ensure high availability, as it scales seamlessly, handles failures gracefully, and leverages Databricks capabilities within a single workspace. Additional strategies like autoscaling and proactive monitoring can further enhance system stability.
Ultimate access to all questions.
No comments yet.
After successfully deploying a machine learning model in a Databricks environment using MLflow, the model is now handling a high volume of requests. To ensure the model's high availability, what strategy should the data scientist adopt?
A
Schedule periodic restarts of the Databricks cluster.
B
Use a separate Databricks workspace for production deployments.
C
Implement load balancing for the deployed model‘s REST API.
D
Increase the Databricks cluster size.