You register a file dataset named csvjolder that references a folder. The folder includes multiple com ma-separated values (CSV) files in an Azure storage blob container. You plan to use the following code to run a script that loads data from the file dataset. You create and instantiate the following variables:

You have the following code:


You need to pass the dataset to ensure that the script can read the files it references. Which code segment should you insert to replace the code comment?
A)

B)

C)

D)

Example:
from azureml.train.estimator import Estimator
script_params = {
# to mount files referenced by mnist dataset
'--data-folder': mnist_file_dataset.as_named_input('mnist_opendataset').as_mount(),
'--regularization': 0.5
}
est = Estimator(source_directory=script_folder,
script_params=script_params,
compute_target=compute_target,
environment_definition=env,
entry_script='train.py')
https://docs.microsoft.com/en-us/azure/machine-learning/tutorial-train-models-with-aml
Steffanie
5 months agoArlene
5 months agoDino
5 months agoKattie
5 months agoElenor
5 months agoBrett
5 months agoKara
5 months agoJestine
5 months agoHelene
5 months agoWillodean
6 months agoTarra
6 months agoJacob
6 months agoLindsey
6 months ago