...

/

Detecting outliers

Detecting outliers

In this lesson of our journey on feature engineering, we will focus on another common issue in most datasets, which is outliers. This lesson will englobe the various widely used techniques to detect and find outliers in a given dataset, including techniques that involve visualizing our data.

Handling outliers

When working on a machine learning project, we may encounter many issues in the dataset. One of the most common issues is outliers. This part will detail what an outlier is, the different methods to handle them, and how to implement these methods with some Python code.

Outliers

Sometimes a dataset can contain extreme values outside the range of ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy