Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When using mlflow.sklearn.log_model in MLflow, what is the significance of specifying the registered_model_name parameter?
mlflow.sklearn.log_model
registered_model_name
A
It means the model will not be logged in the Model Registry.
B
It indicates that the model will be registered under a completely different name, unrelated to model_name.
model_name
C
It signifies that a new version of the model, with the specified name, will be registered in the MLflow Model Registry.
D
It has no effect on the Model Registry.