Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Machine Learning Professional All Questions

View all questions & answers for the Certified Machine Learning Professional exam

Exam Certified Machine Learning Professional topic 1 question 54 discussion

Actual exam question from Databricks's Certified Machine Learning Professional
Question #: 54
Topic #: 1
[All Certified Machine Learning Professional Questions]

A machine learning engineer wants to move their model version model_version for the MLflow Model Registry model model from the Staging stage to the Production stage using MLflow Client client. At the same time, they would like to archive any model versions that are already in the Production stage.
Which of the following code blocks can they use to accomplish the task?

  • A.
  • B.
  • C.
  • D.
  • E. It is not possible to transition models from Production to Archived.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
victorcolome
10 months, 1 week ago
Selected Answer: D
The answer is D. In the transition_model_version_stage function, when setting the archive_existing_versions flag to True, all existing model versions in the specified stage will be automatically moved to the archived stage. https://mlflow.org/docs/latest/python_api/mlflow.client.html#mlflow.client.MlflowClient.transition_model_version_stage
upvoted 3 times
...
IT3008
10 months, 2 weeks ago
Answer: C
upvoted 1 times
IT3008
10 months, 1 week ago
sorry it's D
upvoted 1 times
...
victorcolome
10 months, 1 week ago
client.transition_model_stage does not exist, so it is not C.
upvoted 1 times
...
...
GVR76
10 months, 3 weeks ago
Answer is A
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...