You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2018. It is now read-only.
So read all numeric columns and return rows that seem like they contain outliers.
We can use the row index to make a whisker page (@sckott could help here). @hilaryparker Want to take this one?
The text was updated successfully, but these errors were encountered:
The first one does simple one-dimensional stuff, possibly assuming everything is Gaussian. Probably not useful. The second one looks much more interesting. It looks at the multivariate distribution and claims to use more robust methods.
I've never used either package or checked them for correctness.
Just to close the loop on this, the function for identifying outliers right now finds outliers outside +/-1.96_SD for now. It's also flexible so that you can change the outlier detection method to 1.5_IQR, etc. if you so choose.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So read all numeric columns and return rows that seem like they contain outliers.
We can use the row index to make a whisker page (@sckott could help here).
@hilaryparker Want to take this one?
The text was updated successfully, but these errors were encountered: