Question 4 of 10Pro Only
What methods would you use to detect outliers in a dataset? Explain the IQR method and Z-score method.
Sample answer preview
Outliers are data points that differ significantly from other observations. They can result from data entry errors, measurement issues, or represent genuine rare events. Detecting outliers is crucial because they can distort statistical analyses and affect model performance.
outliersIQRinterquartile rangeZ-scorestandard deviationbox plot