Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shibasishb2/ensemble-techniques

This project is based on the case study of a telecommunication company, which is facing a customer churn issue. The project aims at understanding the pattern of the data and predicting customers who are going to churn based on multiple variables to help the company in retaining their existing customers.
https://github.com/shibasishb2/ensemble-techniques

adaboost decision-trees eda logistic-regression ml-workflow python random-forest

Last synced: 29 days ago
JSON representation

This project is based on the case study of a telecommunication company, which is facing a customer churn issue. The project aims at understanding the pattern of the data and predicting customers who are going to churn based on multiple variables to help the company in retaining their existing customers.

Awesome Lists containing this project

README

        

# Ensemble-techniques
This project is based on the case study of a telecommunication company, which is facing a customer churn issue. The project aims at understanding the pattern of the data and predicting customers who are going to churn based on multiple variables to help the company in retaining their existing customers. The project was accomplished by building a machine learning workflow that will run autonomously with the CSV file and return the best-performing model.

# Skills & Tools Covered
- EDA
- Logistic regression
- Decision Trees
- Random forest
- XGboost
- Adaboost
- python
- ML workflow