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 49 discussion

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

Which of the following is an advantage of using the python_function(pyfunc) model flavor over the built-in library-specific model flavors?

  • A. python_function provides no benefits over the built-in library-specific model flavors
  • B. python_function can be used to deploy models in a parallelizable fashion
  • C. python_function can be used to deploy models without worrying about which library was used to create the model
  • D. python_function can be used to store models in an MLmodel file
  • E. python_function can be used to deploy models without worrying about whether they are deployed in batch, streaming, or real-time environments
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
hugodscarvalho
10 months ago
Selected Answer: C
The python_function flavor allows you to deploy models without being tied to a specific library, making it versatile and agnostic to the library used for model creation.
upvoted 1 times
...
trendy01
11 months ago
Selected Answer: C
C. python_function can be used to deploy models without worrying about which library was used to create the model
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 ...