This project focuses on predicting employee attrition (Yes/No) using Logistic Regression in Orange. The workflow includes data preprocessing, model building, and performance evaluation using ROC Curve and Confusion Matrix.
- Predict whether an employee will leave the company
- Identify key factors affecting attrition
- Evaluate model performance using classification metrics
- Orange
- Logistic Regression
- CSV Dataset
- Data Import (CSV File)
- Feature Selection
- Data Sampling (Train/Test Split)
- Logistic Regression Model
- Predictions
- Evaluation (ROC Curve & Confusion Matrix)
- Accuracy: 84.3%
- AUC Score: 0.715
- Precision: 0.775
- Recall: 0.843
- F1 Score: 0.775
- Job Satisfaction, Work-Life Balance, and Environment Satisfaction significantly impact attrition
- Model performs well for non-attrition cases
- Lower performance for predicting actual attrition (class imbalance issue)
- Model shows bias toward majority class (No Attrition)
- Nagelkerke RΒ² = 0.11 (low explanatory power)
- Built and evaluated a Logistic Regression model end-to-end
- Learned key metrics, ROC-AUC, and handling class imbalance
https://1drv.ms/x/c/f483042b9735aab9/IQBuTG1kG7yUTowkiHjBAhLtAUGpzdPfJU2GjwXlHpw21lM?e=vYowkh β Input dataset
https://1drv.ms/u/c/f483042b9735aab9/IQB7LGdyzxg7QqFAJA_OT81PAVsU9RcF26VuCRGbM1UzhfM?e=xjcKZ9


