Skip to content

Capstone Project for Udacity's Data Science Nanodegree

Notifications You must be signed in to change notification settings

belagoesr/nanodegree_capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Customer Segmentation

Capstone Project for Udacity Data Science Nanodegree

Project Motivation:

The first part of this project analyses demographics data for customers of a mail-order sales company in Germany and compare it against demographics data for the general population. The main goal is to identify segments of the population that composes the core of the customers of the company. In the second part, given a dataset of individuals that were targeted for a mailout campaign, a machine learning model will be built to predict whether or not it will be worth it to include that person in the campaign (if they are likely to become customers for the company).

Files

  • Arvato Project Workbook.ipynb: Jupyter notebook with project code
  • Arvato Project Workbook.html: html file with same content as notebook.

Libraries

Project Structure

Part 1: Customer Segmentation

Data Cleaning:

  • Assessing missing data
  • Feature Encoding
  • Feature Scaling
  • Imputing missing values

Dimensionality Reduction

  • Dimensionality Reduction (PCA)

Clustering:

  • Clustering (KMeans)

Part 2: Supervised Learning Model

  • Class Imbalance of the dataset / Downsampling approach
  • Training models
  • Parameters tuning
  • Model validation (KFold)
  • Conclusion

Results

The metric used is the area under the curve. Final model is validated using KFold cross-validation and has an mean AUC of 0.77.

About

Capstone Project for Udacity's Data Science Nanodegree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published