exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 4 question 40 discussion

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

HOTSPOT
-

You create an Azure Machine Learning dataset. You use the Azure Machine Learning designer to transform the dataset by using an Execute Python Script component and custom code.

You must upload the script and associated libraries as a script bundle.

You need to configure the Execute Python Script component.

Which configurations should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Matt2000
11 months, 1 week ago
Right and zip. Reference: https://learn.microsoft.com/en-us/azure/machine-learning/component-reference/execute-python-script?view=azureml-api-2
upvoted 2 times
...
PI_Team
1 year, 4 months ago
Right, and zip SaM
upvoted 1 times
...
phdykd
1 year, 5 months ago
Right port, zip
upvoted 2 times
...
snegnik
1 year, 7 months ago
To include new Python packages or code, connect the zipped file that contains these custom resources to Script bundle port. Or if your script is larger than 16 KB, use the Script Bundle port to avoid errors like CommandLine exceeds the limit of 16597 characters. Bundle the script and other custom resources to a zip file. Upload the zip file as a File Dataset to the studio. Drag the dataset component from the Datasets list in the left component pane in the designer authoring page. Connect the dataset component to the Script Bundle port of Execute Python Script component. https://learn.microsoft.com/en-us/azure/machine-learning/component-reference/execute-python-script?view=azureml-api-2
upvoted 3 times
...
vish9
1 year, 8 months ago
Right Port & Zip. https://learn.microsoft.com/en-us/azure/machine-learning/how-to-designer-python?view=azureml-api-2
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...