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

https://github.com/jgavinb/customer-churn-ml

Customer Churn prediction using various ML models. Interactive predictions via Streamlit webapp.
https://github.com/jgavinb/customer-churn-ml

joblib machine-learning pkl python scikit-learn streamlit streamlit-application streamlit-webapp

Last synced: 2 months ago
JSON representation

Customer Churn prediction using various ML models. Interactive predictions via Streamlit webapp.

Awesome Lists containing this project

README

          

# customer-churn-webapp
Customer Churn prediction using various ML models. Interactive predictions via Streamlit webapp.

# Areas for improvement
- No oversampling was done to correct for the unbalanced dataset.
- Grid Search parameters could be expanded to acheive better tuning results (current parameters selected due to limited compute)