
Ultimate access to all questions.
In a scenario where you need to scale your machine learning operations, you are considering the use of Databricks Runtime for Machine Learning. What are the key considerations you should take into account when creating a cluster with this runtime, and how would you ensure that all necessary Python libraries are available?
A
Focus only on the computational power of the cluster and assume that all libraries are pre-installed.
B
Select the appropriate instance type based on the workload, enable auto-scaling, and use the library management system to install any additional required libraries.
C
Create a cluster with the smallest instance type to save costs and install all libraries manually.
D
Use the default settings for the cluster and rely on the community to provide the necessary libraries.