Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-100 Topic 4 Question 123 Discussion

Actual exam question for Microsoft's DP-100 exam
Question #: 123
Topic #: 4
[All DP-100 Questions]

You manage an Azure Machine Learning workspace. The Pylhon scrip! named scriptpy reads an argument named training_dat

a. The trainlng.data argument specifies the path to the training data in a file named datasetl.csv.

You plan to run the scriptpy Python script as a command job that trains a machine learning model.

You need to provide the command to pass the path for the datasct as a parameter value when you submit the script as a training job.

Solution: python script.py --training_data dataset1,csv

Does the solution meet the goal?

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Ashlee
5 days ago
Wait, did they say 'Pylhon' script? I hope the model doesn't turn out to be a 'Monty Python' kind of thing!
upvoted 0 times
...
Augustine
7 days ago
I think the solution is incorrect because it should be dataset1.csv instead of dataset1,csv.
upvoted 0 times
...
Avery
8 days ago
I agree with Pedro, the solution meets the goal.
upvoted 0 times
...
Rana
13 days ago
The solution is on point, but I hope the script can handle spaces in the file name too. You never know what users might throw at you!
upvoted 0 times
...
Carmen
16 days ago
This solution looks good to me. Passing the file path as an argument is the way to go.
upvoted 0 times
...
Pedro
18 days ago
But the solution specifies the path to the training data correctly.
upvoted 0 times
...
Maurine
19 days ago
I'm not sure about the comma in the file name. Shouldn't it be 'dataset1.csv' instead of 'dataset1,csv'?
upvoted 0 times
The correct command should be python script.py --training_data dataset1.csv
upvoted 0 times
...
Kiley
4 days ago
I agree, the solution should be python script.py --training_data dataset1.csv
upvoted 0 times
...
Rebbeca
7 days ago
Yes, it should be 'dataset1.csv' with a period instead of a comma.
upvoted 0 times
...
...
Yvette
25 days ago
I disagree, the solution has a typo in the file name.
upvoted 0 times
...
Tamekia
28 days ago
The solution seems to be correct. The command passes the training data file path as a parameter to the script.
upvoted 0 times
Oretha
7 days ago
Great! The solution meets the goal.
upvoted 0 times
...
Lashon
16 days ago
A) Yes
upvoted 0 times
...
...
Pedro
29 days ago
I think the solution is correct.
upvoted 0 times
...

Save Cancel