MLflow Model Registration Quiz

5 questions Pass: 70% +25 pts

Quiz covering Managing Models

MLflow Model Registration Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    What is the primary purpose of the MLflow Model Registry?

  2. 2

    When registering a model in MLflow, which of the following is true about model versions?

  3. 3

    Which of the following is a standard stage transition available in the MLflow Model Registry?

  4. 4

    How do you programmatically transition a model version to the 'Production' stage using the MLflow Client?

  5. 5

    If you have multiple versions of a model in the 'Production' stage, what happens when you attempt to transition a new version to 'Production' without specifying 'archive_existing_versions=True'?