
Ultimate access to all questions.
You plan to run a Python script named script.py as a command job in an Azure Machine Learning workspace. The script reads an argument named training_data, which specifies the path to a training data file named dataset1.csv.
You need to pass the path for the dataset as a parameter value when submitting the script as a training job.
The proposed solution is:
python script.py dataset1.csv
python script.py dataset1.csv
Does this solution meet the goal?_