DEV Community

Srajan Gupta
Srajan Gupta

Posted on

Introduction to Outlier Detection in Data Science

You have some data, and you love playing with it, you love finding patterns in it.

But during your data analysis, you found that some data points do not follow the pattern followed by others.

What to do? Are they Outliers? And if they are outliers, how do I handle them?

Below given is a series of tutorials, for detecting and removing outliers from the data. It is advised to go step by step.

What are Outliers & What is Outlier Detection? - https://www.asquero.com/article/what-are-outliers-what-is-outlier-detection

Detecting and Filtering Outliers from Data - https://www.asquero.com/article/detecting-and-filtering-outliers-from-data

Outlier Detection using Supervised Learning Technique - https://www.asquero.com/article/outlier-detection-using-supervised-learning-technique

Outlier Detection using Unsupervised Learning Technique - https://www.asquero.com/article/outlier-detection-using-unsupervised-learning-technique

Top comments (0)