This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A data scientist trains a regression model and wants to track the model's performance by storing the Root Mean Squared Error (RMSE) with the experiment run. Which method can be used to log the RMSE?
mlflow.log_param()
mlflow.log_artifact()
mlflow.log_metric()
When a data scientist enables MLflow autologging, where can all model assets be found?
In the model folder under Outputs + logs.
In the outputs folder under Outputs + logs.
In the model folder under Metrics.
You must answer all questions before checking your work.
Was this page helpful?