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 7 Question 56 Discussion

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

You use the designer to create a training pipeline for a classification model. The pipeline uses a dataset that includes the features and labels required for model training.

You create a real-time inference pipeline from the training pipeline. You observe that the schema for the generated web service input is based on the dataset and includes the label column that the model predicts. Client applications that use the service must not be required to submit this value.

You need to modify the inference pipeline to meet the requirement.

What should you do?

Show Suggested Answer Hide Answer
Suggested Answer: A

By default, the Web Service Input will expect the same data schema as the module output data which connects to the same downstream port as it. You can remove the target variable column in the inference pipeline using Select Columns in Dataset module. Make sure that the output of Select Columns in Dataset removing target variable column is connected to the same port as the output of the Web Service Intput module.


https://docs.microsoft.com/en-us/azure/machine-learning/tutorial-designer-automobile-price-deploy

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel