Session Ready
Exercise

Calculate turnover risk probability

To design an employee retention strategy, you need the turnover probability for each employee. This is also known as the employee turnover risk score. Once you know the individual risk score of each employee, you can customize and prioritize the retention strategies for employees at different risk scores.

In this exercise, you will calculate the turnover risk scores only for Active employees using the final_log model.

Instructions
100 XP
  • Load the tidypredict package.
  • Subset the emp_final dataset to contain only Active employees and calculate probability turnover for these employees using tidypredict_to_column().
  • Run the given code to print the probability of turnover for top 2 rows.