Designing and Implementing a Data Science Solution on Azure — Question 10
You are analyzing a dataset by using Azure Machine Learning Studio.
You need to generate a statistical summary that contains the p-value and the unique count for each feature column.
Which two modules can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Computer Linear Correlation
- B. Export Count Table
- C. Execute Python Script
- D. Convert to Indicator Values
- E. Summarize Data
Correct answer: C, E
Explanation
The correct answers are C and E because 'Execute Python Script' allows for custom statistical analysis including p-value calculations, while 'Summarize Data' provides a built-in summary of data statistics, including unique counts. Options A, B, and D do not provide the required statistical summaries for p-values and unique counts.