Skip to content

Salifort Motors' HR seeks to enhance employee satisfaction and retention by understanding factors leading to employee departures. Our goal is to analyze HR data and build a predictive model to identify employees likely to leave. This will help address retention challenges, saving time and costs in recruitment and hiring.

Notifications You must be signed in to change notification settings

nitin6753/Employee_Turnover_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Turnover Prediction

The HR department at Salifort Motors wants to take some initiatives to improve employee satisfaction levels at the company. They have the following question: what’s likely to make the employee leave the company?

Our objective in this project is to analyze the data collected by the HR department and to build a model that predicts whether or not an employee will leave the company.

If our model can predict employees likely to quit, it might be possible to identify factors that contribute to their leaving. Because it is time-consuming and expensive to find, interview, and hire new employees, increasing employee retention will be beneficial to the company.

  • Tasks Performed:
    • Conducted extensive EDA, cleaned and structured the dataset for analysis.
    • Tuned hyperparameters of all models through grid search and cross-validation.
    • Developed an optimal Logistic Regression, Random Forestand, Gradient Boost Model to predict whether employee will leave or stay.
    • Evaluated the model performance on validation sets, and then selected Gradient Boosting model as the champion, achieving a Recall score of 90.19% and other metrics including an accuracy of 96.82%, f1 of 90.55%, and precision of 90.91%.
    • Identified key features influencing employee retention: Tenure, Number of project, and Overworked.
  • Recommended: To retain employees,
    • Cap the number of projects that employees can work on.
    • Consider promoting employees who have been with the company for atleast four years, or conduct further investigation about why four-year tenured employees are so dissatisfied.
    • Either reward employees for working longer hours, or don't require them to do so.
    • If employees aren't familiar with the company's overtime pay policies, inform them about this. If the expectations around workload and time off aren't explicit, make them clear.
    • Hold company-wide and within-team discussions to understand and address the company work culture, across the board and in specific contexts.
    • High evaluation scores should not be reserved for employees who work 200+ hours per month. Consider a proportionate scale for rewarding employees who contribute more/put in more effort.
  • Skills Demonstrated: EDA, Logistic Regression, Tree Based ML Algorithms, Hyperparameter Tuning, Cross-validation.

About

Salifort Motors' HR seeks to enhance employee satisfaction and retention by understanding factors leading to employee departures. Our goal is to analyze HR data and build a predictive model to identify employees likely to leave. This will help address retention challenges, saving time and costs in recruitment and hiring.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published