diff --git a/Employee_turnover/README.md b/Employee_turnover/README.md new file mode 100644 index 000000000..c926c3e22 --- /dev/null +++ b/Employee_turnover/README.md @@ -0,0 +1,26 @@ +# Employee Turnover Prediction using Deep Learning +- This project demonstrates the application of deep learning techniques to predict employee turnover using HR analytics data. The model is built using TensorFlow/Keras and trained on a dataset sourced from this link "https://raw.githubusercontent.com/mwitiderrick/kerasDO/master/HR_comma_sep.csv". + +Requirements: + - Python 3.6+ + - Libraries: + - pandas + - numpy + - scikit-learn + - tensorflow + - matplotlib + - seaborn +# Setup: +1. Clone the repository: + +```bash +git clone +cd +``` +2. Run the script employee_turnover_prediction.py to train the model and generate visualizations: + +```bash +python employee_turnover_prediction.py +``` + +Screenshot 2024-06-21 005516