Create a Machine Learning Model to predict the retention of employees using a data set from IBM.
Click on the following link to check the app,Data Analysis in Tableau and the Machine Learning and Deep Learnig models :
-
Fully deployed online version to go directly to the app online.
-
Run locally:
- Clone this repository
- In the main repository folder, run "python3 app.py" in your terminal
- Open http://127.0.0.1:5000/ in a browser and the website should launch.
- Browse the website...
The original data can be found here at Kaggle
- Download the original HR dataset from IBM
- Run numerous Machine Learning trials using sklearn, TensorFlow and Keras in Jupyter Notebook
- Create executive summary data visualizations in Tableau
- Use Flask to run the application online.
- Create website using Bootstrap 5.
- Create interactive retention predictor dashboard using Javascript, which calls a route in Flask to produce the machine learning algorithm in Python.
- Embed our Tableau visualizations and Jupyter Notebook on informational pages within the website.
- Python
- Jupyter Notebook
- Sklearn, TensorFlow & Keras libraries
- Flask
- Javascript
- HTML
- CSS
