Are there any useful variables that you can engineer with the given data? Review a list of the feature names below, from which we can engineer:
The total number of dependents in the home (‘Dependents’) can be engineered from the sum of ‘Kidhome’ and ‘Teenhome’
The year of becoming a customer (‘Year_Customer’) can be engineered from ‘Dt_Customer’
The total amount spent (‘TotalMnt’) can be engineered from the sum of all features containing the keyword ‘Mnt’
The total purchases (‘TotalPurchases’) can be engineered from the sum of all features containing the keyword ‘Purchases’
The total number of campaigns accepted (‘TotalCampaignsAcc’) can be engineered from the sum of all features containing the keywords ‘Cmp’ and ‘Response’ (the latest campaign)