Outlier Detection and Treatment: A Beginner's Guide
Last Updated on July 25, 2023 by Editorial Team
Author(s): Swetha Lakshmanan
Originally published on Towards AI.
Nature of Outliers:
Top highlight
One of the most important steps in data pre-processing is outlier detection and treatment. Machine learning algorithms are very sensitive to the range and distribution of data points. Data outliers can deceive the training process resulting in longer training times and less accurate models. Outliers are defined as samples that are significantly different from the remaining data. Those are points that lie outside the overall pattern of the distribution. Statistical measures such as mean, variance, and correlation are very susceptible to outliers.
A simple example of an outlier is here, a point that deviates from the overall pattern.
Outliers can occur… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming aΒ sponsor.
Published via Towards AI