exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 132 discussion

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

HOTSPOT
-

You create an Azure Machine Learning dataset containing automobile price data. The dataset includes 10,000 rows and 10 columns. You use the Azure Machine Learning designer to transform the dataset by using an Execute Python Script component and custom code.

The code must combine three columns to create a new column.

You need to configure the code function.

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
oakmm
8 months, 2 weeks ago
correct answer https://learn.microsoft.com/en-us/azure/machine-learning/how-to-designer-python#write-your-python-code
upvoted 4 times
Nghia1
6 months ago
Yes it is right. The entry point script must contain the function azureml_main. The function has two function parameters that map to the two input ports for the Execute Python Script component.
upvoted 1 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 ...