Skip to content

shanunited/RNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Customer Churn Prediction - Deep Learning Model

πŸ“Œ Overview

This project focuses on predicting customer churn using a Machine Learning model trained on the Churn_Modelling dataset. It leverages feature engineering, data preprocessing, and model evaluation to provide accurate predictions on whether a customer is likely to churn or not.

πŸ” Key Features

πŸ“Š Data Preprocessing:

Handles missing values and categorical encoding.

Standardizes numerical features.

πŸš€ Feature Engineering:

Extracts key insights from customer demographics and transaction data.

Applies one-hot encoding and feature scaling.

πŸ€– Model Training & Evaluation:

Trains models such as Logistic Regression, Random Forest, and Neural Networks.

Evaluates performance using ROC-AUC, precision, and recall metrics.

πŸ“‰ Churn Prediction:

Provides probabilities for customer churn.

Generates feature importance insights for decision-making.

πŸ“‚ Files in this Repository

File

Description

Churn_Modelling.ipynb

Jupyter Notebook with full ML model implementation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors