A machine learning engineer has registered a sklearn model in the MLflow Model Registry using the sklearn model flavor with UI model_uri. Which of the following operations can be used to load the model as an sklearn object for batch deployment?
The correct answer is E. mlflow.sklearn.load_model(model_uri).
The mlflow.sklearn.load_model function is used to load a model that was saved using the sklearn flavor of MLflow. This function returns a sklearn model object that can be used for batch deployment
upvoted 2 times
...
Log in to ExamTopics
Sign in:
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.
hugodscarvalho
10 months agoBokNinja
11 months, 1 week ago