Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Databricks Exam Databricks-Machine-Learning-Professional Topic 3 Question 37 Discussion

Actual exam question for Databricks's Databricks-Machine-Learning-Professional exam
Question #: 37
Topic #: 3
[All Databricks-Machine-Learning-Professional Questions]

A data scientist has developed and logged a scikit-learn random forest model model, and then they ended their Spark session and terminated their cluster. After starting a new cluster, they want to review the feature_importances_ of the original model object.

Which of the following lines of code can be used to restore the model object so that feature_importances_ is available?

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Monroe
6 days ago
I think the correct answer is C) mlflow.sklearn.load_model(model_uri)
upvoted 0 times
...
Jutta
9 days ago
Option C looks like the correct answer. You can use `mlflow.sklearn.load_model()` to restore the original model object and access the `feature_importances_`.
upvoted 0 times
...

Save Cancel