...

/

Advanced Outlier Detection Methods

Advanced Outlier Detection Methods

Learn how to find outliers using Python.

Finding outliers using the z-score method

The z-score method is another outlier detection method that measures how many standard deviations away from the mean a particular value is. We calculate a z-score as the difference between the value XX and the mean μ\mu ...