
Ultimate access to all questions.
You need to execute a script as an experiment that requires modules from the SciPy library and other Python packages not found in a default conda environment. The experiment will run on your local workstation for small datasets and be scaled out to more powerful remote compute clusters for larger datasets.
How can you ensure the experiment runs successfully on both local and remote compute with minimal administrative effort?
A
Leave the environment unspecified for the experiment. Run the expenment by using the default environment.
B
Create a config.yaml file that defines the required conda packages and save the file in the experiment folder.
C
Create and register an environment that includes the required packages. Use this environment for all experiment jobs.
D
Create a virtual machine (VM) by using the required Python configuration and attach the VM as a compute target. Use this compute target for all experiment runs.