
Ultimate access to all questions.
You are setting up a new Databricks environment for a machine learning project and need to ensure that the Databricks Runtime for Machine Learning is configured correctly. Additionally, you need to install a specific Python library that is not available in the default environment. What steps should you take to achieve this?
A
Create a cluster with the Databricks Runtime for Machine Learning and use the init script feature to install the library.
B
Create a custom Databricks Runtime for Machine Learning that includes the library in its base image.
C
Install the library using the Databricks Library management system at the cluster scope after creating the cluster.
D
Manually install the library in each notebook using a pip command.