codebasics / py

Repository to store sample python programs for python learning
6.71k stars 16.69k forks source link

Outlier Detection #25

Open AllieUbisse opened 4 years ago

geegatomar commented 3 years ago

There are 3 main methods for outlier detection:

  1. Quantile method (using percentiles)
  2. z-score and standard deviation
  3. IQR method