Skip to content

aslihankalyonkat/Churn_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Churn Prediction

alt text

Objective

It is expected to develop a machine learning model that can predict customers who will leave the company.

About Dataset

Consists of 10000 observations and 12 variables.
The independent variables contain information about customers.
The dependent variable represents the customer abandonment status.

Variables

  • Surname – Customer surname
  • CreditScore – Customer's credit score
  • Geography – Country where the customer is located
  • Gender – Customer's gender
  • Age – Customer's age
  • Tenure – Information on how many years of customer it is
  • NumOfProducts – Used bank product
  • HasCrCard – Credit card status (0=No,1=Yes)
  • IsActiveMember – Active Membership status (0=No,1=Yes)
  • EstimatedSalary – Customer's estimated salary
  • Exited: – Exited or not (0=No,1=Yes)

About

Churn prediction with PySpark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages