Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ranjit7858/customer_churn_prediction_ann

It is a Web app which can predict whether the Bank customer will churn or not.
https://github.com/ranjit7858/customer_churn_prediction_ann

keras python taipy tensorflow

Last synced: 26 days ago
JSON representation

It is a Web app which can predict whether the Bank customer will churn or not.

Awesome Lists containing this project

README

        

# Basic_ANN
Learning

# file structure
.
├── .github
│ └── workflows
│ └── deploy-to-ec2.yml
├── .env
├── deploy.sh
├── main.py
├── requirements.txt
├── data
│ ├── dataset1.csv
│ └── dataset2.txt
├── models
│ ├── model1.h5
│ └── model2.pkl
├── notebooks
│ ├── exploratory_analysis.ipynb
│ └── model_training.ipynb
├── static
│ ├── css
│ │ └── styles.css
│ └── images
│ └── logo.png
└── templates
├── index.html
└── layout.html