LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Databricks Certified Machine Learning - Associate

Databricks Certified Machine Learning - Associate

Get started today

Ultimate access to all questions.


What is the correct method to register a model in the MLflow Model Registry?

Real Exam



Explanation:

The correct method to register a model in the MLflow Model Registry is mlflow.register_model(). This function is specifically designed for registering models in the registry. Other methods like mlflow.log_model() can also be used but require an additional parameter registered_model_name to register the model.

Powered ByGPT-5