Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.08 KB

Employee Turnover Prediction

Employee Turnover Prediction - Classification

Employee Turnover is the measurement of the total number of employees who leave an organization in a particular year. Employee Turnover Prediction means to predict whether an employee is going to leave the organization in the coming period.

A Company uses this predictive analysis to measure how many employees they will need if the potential employees will leave their organization. A company also uses this predictive analysis to make the workplace better for employees by understanding the core reasons for the high turnover ratio.

Here 'left' is the target (dependent) variable

Steps

  1. Import Library and Dataset
  2. Data Preprocessing
    • Gethering dataset info
    • Data Statistics
    • Missing value handling
    • columns operation
  3. Categorical to Numerical
  4. Data Visualization
    • Get Insights
    • Outlier detection
    • Correlation
  5. Feature Selection
  6. Train and Test Split
  7. Model Building
    • Logistic Regression
    • Decision Tree
    • Random Forest
  8. Model Evaluation