aastha985/Employee_Attrition_Prediction
CSE343, Machine Learning Course Project, IIIT Delhi, Monsoon 2021
Implements comparative evaluation of 9 supervised classification models (Logistic Regression, Random Forest, SVM, MLP, etc.) on the IBM HR attrition dataset across 6 preprocessing variants including class balancing techniques and PCA dimensionality reduction. Applies hyperparameter optimization via RandomSearchCV/GridSearchCV with 5-fold cross-validation and feature importance analysis to identify key attrition drivers. Achieves 99.2% accuracy using Random Forest with PCA and oversampling, emphasizing precision/recall/F1 metrics over accuracy due to class imbalance in the binary classification task.
No commits in the last 6 months.
Stars
33
Forks
10
Language
Jupyter Notebook
License
—
Category
Last pushed
Sep 18, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/aastha985/Employee_Attrition_Prediction"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
shantanu1109/IBM-HR-Analytics-Employee-Attrition-and-Performance-Prediction
In this project, we enlisted the numerical and categorical attributes present in the publicly...
emso-exe/Analise_de_rh_-_people_analytics
Projeto de people analytics, utilizando machine learning na clusterização de dados de...
ShisuiMadara/Karmath
Tool to predict the efficiency of employees in workspace.
galafis/hr-turnover-risk-mlops
End-to-end MLOps solution for employee turnover prediction with SHAP explainability, fairness...
galafis/employee-performance-analytics-ml
Employee performance analytics with 9-box grid, clustering, causal inference (DoWhy), SHAP...