
Ultimate access to all questions.
You are working on a project that requires tracking the performance of different models over time. Explain how you would use MLflow Models to track and compare the performance of models, and discuss the advantages of using MLflow Models for model performance tracking.
A
Use MLflow Models to log the performance metrics of each model as metrics in an MLflow Run, and compare the models based on the logged metrics.
B
Manually record the performance metrics of each model in a spreadsheet and compare them visually.
C
Use the MLflow UI to create a custom dashboard to visualize the performance of different models over time.
D
Use the MLflow Client API to programmatically retrieve the performance metrics of each model and compare them using statistical analysis.