Selecting label

RyanRezelRyanRezel Member Posts: 7 Newbie
I have a dataset with an attribute that I want to set as the label to predict the employee turnover rate. This attribute consists of 5 entries and 1 is voluntarily terminated and the other is a leave of absence, is there a way I can tell the model to distinguish between the two when predicting.
please let me know thanks.

Answers

  • Telcontar120Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    Yes, as long as they are coded differently then by default they will be treated as different categories.  You can use many different modeling algorithms in RapidMiner to predict polynominal outcomes when you have more than two terminal classes.  But when you talk about calculating the "turnover rate" it sounds like that is a singular measure, so in that case you may also want a version of the label that simply indicates whether the employee left or not (binominal target).
    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
Sign In or Register to comment.