70-774 · Question #55
You are building a classification experiment in Azure Machine Learning. You need to ensure that you can use the Evaluate Model module in the experiment. Which two actions should you perform? Each…
The correct answer is B. Connect the input of the Score Model modules to the output of the Train Model modules and the C. Connect the output of the Score Model modules to the input of the Evaluate Model module. Use the training data. To evaluate a model, you must connect a dataset that contains a set of input columns and scores. If no other data is available, you can use your original dataset. 1. Connect the Scored dataset output of the Score Model to the input of Evaluate Model. 2…
Question
You are building a classification experiment in Azure Machine Learning. You need to ensure that you can use the Evaluate Model module in the experiment. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Options
- AConnect the input of the Score Model modules to the output of the Evaluate Model module.
- BConnect the input of the Score Model modules to the output of the Train Model modules and the
- CConnect the output of the Score Model modules to the input of the Evaluate Model module.
- DConnect the output of the Score Model modules to the input of the Train Model modules and the
How the community answered
(41 responses)- A7% (3)
- B76% (31)
- D17% (7)
Explanation
Use the training data. To evaluate a model, you must connect a dataset that contains a set of input columns and scores. If no other data is available, you can use your original dataset. 1. Connect the Scored dataset output of the Score Model to the input of Evaluate Model. 2. Click Evaluate Model module, and select Run selected to generate the evaluation scores. Use testing data A common scenario in machine learning is to separate your original data set into training and testing datasets, using the Split module, or the Partition and Sample module. 1. Connect the Scored dataset output of the Score Model to the input of Evaluate Model. 2. Connect the output of the Split Data module that contains the testing data to the right-hand input of Evaluate Model. 3. Click Evaluate Model module, and select Run selected to generate the evaluation scores. https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/evaluate-
Topics
Community Discussion
No community discussion yet for this question.