Feature Engineering
Explore feature engineering methods for marketing analytics by transforming and summarizing transaction data. Learn how to create and select important features from datasets, focusing on UK customer activity to build predictive models for customer revenue.
We'll cover the following...
We'll cover the following...
Not all features are used to train a machine learning model. Some features improve the performance, and others increase the bias. In this lesson, we’ll extract important features for our model using the information gathered in the data exploration step.
Load the dataset
Before we start, let’s import the pertinent libraries and load the dataset.
Data wrangling
In the previous lesson, we learned about exploratory data analysis techniques. Using that knowledge, we’ll shape and prepare our data for our model.
...