Skip to content

Customer churn machine learning model that predicts whether a company's customers will stay with the company or not.

Notifications You must be signed in to change notification settings

ShehaniWageesha/Customer-Churn-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning Mini Project - Customer Churn

PROCESS

    1. Import Dependencies
    2. Handle Null Values (perform zero or mean/median imputation)
    3. Label Encoding Categorial Columns
    4. Scale Input Data (if multiple input columns exists & the range of those columns are different)
    5. Scale Output Data (if multiple output columns exists & the range of those columns are different)
    6. Split the Input, Output Data
    7. Choose Correct Model
    8. Train the Model
    9. Evaluate the Model

About

Customer churn machine learning model that predicts whether a company's customers will stay with the company or not.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published