Databricks Certified Machine Learning Professional — Question 43

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

Answer options

Correct answer: C

Explanation

The correct answer, C, highlights that python_function allows for model deployment irrespective of the library used, providing flexibility. Options A and B are incorrect as they either state no benefits or focus on parallelization, which is not a unique feature of pyfunc. Option D is specific to storage, which doesn't address deployment, and option E mentions deployment environments, which is not the primary advantage of python_function.