Skip to content

Classification Report

This report summarizes baseline classification results for employee attrition prediction.

Model Comparison

modelaccuracyprecisionrecallf1roc_aucpr_auc
logistic_regression0.7954550.4107140.6571430.5054950.8035520.57677
xgboost0.8409090.50.1428570.2222220.7196910.376778
random_forest0.8409090.50.05714290.1025640.7186870.35309

Notes

  • Accuracy is not the main metric because the target is imbalanced.
  • PR AUC, recall and F1-score are especially relevant for attrition detection.
  • Logistic Regression is used as the interpretable baseline.
  • Random Forest and XGBoost are used as nonlinear tabular baselines.

Built with VitePress and deployed with GitHub Pages.