algo-hr-turnover

Solid

"Build employee turnover prediction models to identify flight risk and retention drivers. Use this skill when the user needs to predict which employees are likely to leave, identify retention risk factors, or prioritize HR interventions — even if they say 'attrition prediction', 'who is going to quit', or 'employee retention model'.".

AI & Automation 22 stars 8 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Employee Turnover Prediction ## Overview Turnover prediction uses classification models (logistic regression, random forest, XGBoost) to estimate the probability an employee will leave within a defined period (typically 6-12 months). Features include tenure, compensation, performance, promotion history, and engagement signals. ## When to Use **Trigger conditions:** - Identifying employees at high risk of voluntary departure - Quantifying which factors drive turnover for targeted interventions - Prioritizing retention budgets toward highest-impact employees **When NOT to use:** - For involuntary termination planning (different process and ethics) - When headcount is < 200 (insufficient data for reliable modeling) ## Algorithm ``` IRON LAW: Turnover Models Predict RISK, Not Certainty A predicted 80% turnover probability means "employees with similar profiles historically left 80% of the time." It does NOT mean this specific employee WILL leave. Never use model outputs as sole basis for employment decisions — that creates legal and ethical liability. ``` ### Phase 1: Input Validation Collect: employee demographics, tenure, compensation (relative to market), last promotion date, performance ratings, manager change history, engagement survey scores, commute distance. Outcome: voluntary departure within N months. **Gate:** Minimum 200 turnover events, features available before departure date. ### Phase 2: Core Algorithm 1. Feature engineering: tenure buckets, comp ratio ...

Details

Author
charlieviettq
Repository
charlieviettq/awesome-agent-skill
Created
2 months ago
Last Updated
6 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category