Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sai-123-code/jobathon_mar2022

Churn predictions
https://github.com/sai-123-code/jobathon_mar2022

churn-prediction classification data-science f1-score hackthon jobathon machine-learning xgboost

Last synced: about 1 month ago
JSON representation

Churn predictions

Awesome Lists containing this project

README

        

# JOBATHON_MAR2022
## Problem Statement
Decreasing the Customer Churn is a key goal for any business. Predicting Customer Churn (also known as Customer Attrition) represents an additional potential revenue source for any business. Customer Churn impacts the cost to the business. Higher Customer Churn leads to a loss in revenue and the additional marketing costs involved with replacing those customers with new ones.

In this challenge, as a data scientist of a bank, you are asked to analyze the past data and predict whether the customer will churn or not in the next 6 months. This would help the bank to have the right engagement with customers at the right time. Objective

## Objective

Our objective is to build a machine learning model to predict whether the customer will churn or not in the next six months.

## Data Dictionary
You are provided with 3 files - train.csv, test.csv and sample_submission.csv

## Submission File Format
sample_submission.csv contains only 2 variables - id and Is_churn

## Evaluation metric
The evaluation metric for this hackathon is Macro F1-score.