Data Preparation and LIME Output
Closed this issue · 1 comments
FrancaSp commented
Lime seems to have some problems with float data, so at the moment in out notebook all variables are converted into dummys.
Probably we should define some ranges for the variables: "PayRate" and "EngagementSurvey"
schauerflorian commented
Thanks for sharing!
For PayRate I guess we could just use force the float into an int, because often the values are xx.00 and in the broad range .5 more or less does not really matter??
For EngagementSurvey it seems more complicated, but again all I can think of is coercion