Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 507 Bytes

File metadata and controls

14 lines (9 loc) · 507 Bytes

Data Science Exercise

this is an analysis of employee data in the dataset "HR_comma_sep.csv" to find out what contributes to employees leaving the company.

we are going to check the following:

  1. Employees who "LEAVE" and "STAY" in the company by department.
  2. No. of employees who LEAVE the company by salary level.
  3. No. of employees who STAY the company by salary level.
  4. Employees Who LEAVE/STAY by Salary by Dept.
  5. No. of Years Spent before Leaving/Continue Staying.
  6. Prediction Analysis.