
Explanation:
The recommended approach is to use MLflow to log and save the model artifacts, then share the MLflow run ID. This method is preferred because:
Thus, using MLflow and sharing the run ID is the most efficient, portable, and reproducible method for sharing models for evaluation.
Ultimate access to all questions.
No comments yet.
In the context of a machine learning project within Databricks, a data scientist needs to share a trained model with a team member for further evaluation. Which method is recommended for packaging and sharing the model using MLflow?
A
Export the model as a CSV file.
B
Use MLflow to log and save the model artifacts, then share the MLflow run ID.
C
Save the model as a pickled Python object.
D
Share the entire Databricks notebook containing the model code.