Designing and Implementing a Data Science Solution on Azure — Question 11

You need to visually identify whether outliers exist in the Age column and quantify the outliers before the outliers are removed.
Which three Azure Machine Learning Studio modules should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

Answer options

Correct answer: A, B, C

Explanation

The correct options are A, B, and C. 'Create Scatterplot' allows for visual identification of outliers, 'Summarize Data' helps in quantifying the outliers, and 'Clip Values' can be used to manage those outliers. Options D and E do not contribute to the analysis of outliers in the Age column.