This post is a part of a series about feature engineering techniques for machine learning with Python.
Hey again! In this post, we’re going to explore feature scaling transformations for feature engineering.
Let’s start with feature magnitude. Frequently, our dataset contains features that highly vary in scales, and that’s a problem for some algorithms that rely on distance.
Continue reading “Hands-on with Feature Engineering Techniques: Feature Scaling”