Find Outlier in Datasets using the Interquartile Range Method
The interquartile range method is my preferred method to identify outliers because the method itself is easy to understand and I created two functions that can be applied to every pandas DataFrame to create a little PDF report of all numeric features in your dataset. The interquartile range method uses the 5-th and 95-percentile to … Read more