Skip to content

Exploratory Data Analysis was performed. Cleaned and pre-processed data to handle missing values. Created a model using training dataset to predict whether customer in testing dataset

Notifications You must be signed in to change notification settings

koushaly22/Customer-Churn-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imagine you work for GreenPlate, the west coast's fastest growing new subscription box service. GreenPlate's customers get a monthly box, full of healthy and sometimes delicious snacks. GreenPlate wants to know which customers are most likely to cancel their subscription service so that they can use incentives to retain those customers.

You need to use the training dataset given to create a model that predicts if the customers in the testing dataset will cancel their subscription to GreenPlate.

The dataset contains multiple features, and you can use any of those features you want. The names of those features have been hidden from you.

The dependent variable is y. If y=0 that means the customer didn't cancel. If y=1 that means the customer DID cancel. You should predict the probability of cancellation because your model will be evaluated using AUC.

About

Exploratory Data Analysis was performed. Cleaned and pre-processed data to handle missing values. Created a model using training dataset to predict whether customer in testing dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published