This post is a part of a series about feature engineering techniques for machine learning with Python.
You can check out the rest of the articles:
Welcome back! In this post of our series on feature engineering, we’re going to focus on another common issue in most datasets—outliers. Here, we’ll examine what an outlier is and the different methods to handle them, alongside some code snippets. Let’s get started.
Continue reading Hands-on with Feature Engineering Techniques: Handling Outliers