
Ultimate access to all questions.
A data scientist is working on training a deep learning model with a large dataset in Databricks, facing challenges due to the resource-intensive and time-consuming nature of the process. What strategy can the data scientist employ to enhance the training performance within the Databricks environment?
A
Convert the dataset to a Databricks Delta table for faster access.
B
Increase the number of workers in the Spark cluster.
C
Utilize MLflow Tracking to monitor training progress.
D
Implement model parallelism in the deep learning model.