Skip to content

People analytics project in R that implements predictive modeling to identify employees most likely to leave a company. Discussion around implications for the sample firm and proposed interventions draw on best practices in organizational development.

gzlupko/Employee_Attrition_Modeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attrition Modeling

The goal of this notebook is to explore the development of a risk model that forecasts the likelihood of employee attrition. First, I clean and explore the dataset to prepare it for subsequent analyses. After reviewing the organization's demographic and performance characteristics through EDA and feature engineering techniques, I generate two logistic regression models that predict employee turnover. The first regression model takes a large set of predictors while the second model includes only seven.

I also explore the implementation of the k-Nearest Neighbors algorithm to predict employee attrition based on a host of predictors.

Finally, after model validation, I explore the business case for possible HR intervention strategies. Discussion on intervention strategy and ROI estimates draw on recent research in HR and management journals around the cost of employee turnover.

I) Import and Clean Data II) EDA III) Feature Engineering IV) Significance Testing V) Logistic Regression Modeling and Validation VI) k-Nearest Neighbors Classifier VII) Risk Assessment VIII) Workforce Retention Strategy

For the analytics and documentation on this project's code, please follow the below link to my accompanying Kaggle notebook:

https://www.kaggle.com/gianzlupko/predicting-employee-churn-proposing-intervention

alt text

alt text

About

People analytics project in R that implements predictive modeling to identify employees most likely to leave a company. Discussion around implications for the sample firm and proposed interventions draw on best practices in organizational development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages