Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 678 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 678 Bytes

Employee-Attrition-Prediction

The aim is to predict if an employee will leave the current job or not based on features such as educational qualification, salary, work time, age, gender etc. For doing so, Machine learning algorithms such as KNN, Support Vector Machine, Logistic regression and Random Forest are used.

Technogy

For data preprocessing, data visualization, feature engineering, sampling of dataset and model building, Python is used as the programming language. For implementing the frontend, Streamlit is used.

Frontend

Sumedha Zaware