DA0-002 · Question #65
A data analyst needs to identify outliers from a given dataset. Which of the following visualizations is the best way to identify outliers?
The correct answer is A. Box plot. A box plot is the most effective visualization for identifying outliers in a dataset as it clearly displays the distribution, median, quartiles, and individual data points falling outside the typical range. Outliers are explicitly marked as points beyond the whiskers, which are t
Question
A data analyst needs to identify outliers from a given dataset. Which of the following visualizations is the best way to identify outliers?
Options
- ABox plot
- BScatter plot
- CGantt chart
- DWaterfall chart
How the community answered
(29 responses)- A90% (26)
- B3% (1)
- D7% (2)
Why each option
A box plot is the most effective visualization for identifying outliers in a dataset as it clearly displays the distribution, median, quartiles, and individual data points falling outside the typical range. Outliers are explicitly marked as points beyond the whiskers, which are typically set at 1.5 times the interquartile range.
A box plot (or box-and-whisker plot) is specifically designed to visually represent the distribution of numerical data and is excellent for identifying outliers. Outliers are typically depicted as individual points lying beyond the 'whiskers' of the plot, which extend to 1.5 times the interquartile range from the first and third quartiles.
A scatter plot shows the relationship between two variables and can visually indicate extreme points, but it is not as explicitly designed for or as clear in identifying statistical outliers for a single distribution as a box plot.
A Gantt chart is used for project management and scheduling, displaying tasks and timelines, and is unrelated to data distribution or outlier identification.
A waterfall chart illustrates how an initial value is increased or decreased by a series of intermediate positive or negative contributions, which is not useful for identifying outliers in a dataset.
Concept tested: Data visualization for outlier detection
Source: https://learn.microsoft.com/en-us/azure/machine-learning/concept-automl-feature-engineering?view=azureml-api-1
Topics
Community Discussion
No community discussion yet for this question.