Top "Outliers" questions

An outlier is an observation that appears to be unusual or not well described relative to a simple characterization of a dataset.

How to remove outliers from a dataset

I've got some multivariate data of beauty vs ages. The ages range from 20-40 at intervals of 2 (20, 22, 24....40), and for each …

r statistics outliers
Detect and exclude outliers in Pandas data frame

I have a pandas data frame with few columns. Now I know that certain rows are outliers based on a …

python pandas filtering dataframe outliers
How to remove outliers in boxplot in R?

Possible Duplicate: Changing the outlier rule in a boxplot I need to visualize my result using box-plot. x<-rnorm(10000) …

r boxplot outliers
Remove Outliers in Pandas DataFrame using Percentiles

I have a DataFrame df with 40 columns and many records. df: User_id | Col1 | Col2 | Col3 | Col4 | Col5 | Col6 | Col7 |...| …

python pandas outliers
How to use Outlier Tests in R Code

As part of my data analysis workflow, I want to test for outliers, and then do my further calculation with …

r statistics outliers
matplotlib: disregard outliers when plotting

I'm plotting some data from various tests. Sometimes in a test I happen to have one outlier (say 0.1), while all …

python plot matplotlib percentile outliers
Labeling outliers on boxplot in R

I would like to plot each column of a matrix as a boxplot and then label the outliers in each …

r label boxplot outliers
Need a data set for fraud detection

I have a fraud detection algorithm, and I want to check to see if it works against a real world …

machine-learning dataset outliers fraud-prevention
How can I identify the labels of outliers in a R boxplot?

The R boxplot function is a very useful way to look at data: it quickly provides you with a visual …

r plot outliers