This is a Streamlit app displaying a 'dashboard' showing the analysis process to predict churn degree based on a dataset
Table of Contents
During the course of my training with becode I created this app project
-
Clone the repo
git clone https://github.com/VincentKervyn/classification-app.git
-
Install dependencies
pip install -r requirements.txt
streamlit run streamlit.py
Or go to https://share.streamlit.io/vincentkervyn/classification-app/main/streamlit.py for the online version
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Vincent Kervyn de Meerendré - v.kervyndm@gmail.com