Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 356 Bytes

File metadata and controls

16 lines (13 loc) · 356 Bytes

Banking-Customer-Churn-Prediction

Build a machine learning model to predict customer churn of a bank.

Contents of Notebook:

1.Import Libraries
2.Loading dataset
3.Feature Selection
4.Converting Categorical data to Numeric data
5.One Hot Encoding
6.Preprocessing data
7.Model Training
8.Model Performance
9.Feature Evaluation
10.Conclusion