You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have daily data of active and terminated employees for the last 4 years. I used CoxPH model for regression and used cluster_col with the ID column as there were around 50 records per technician.
For the test data, I again have multiple records. While predicting the remaining time using predict_median function, do I need to indicate ID column again to get one prediction per employee?
It is basically a time series data with daily records such as number of tasks assigned, tasks completed, hours taken etc. and other HR data such as age, location.
Is there any other model that would be more suitable to incorporate the concept of time?
Is there a method of evaluation on validation data except C index and k fold validation?
It would be really helpful if someone could help with these questions. Fairly new to survival analysis and lifelines package.
Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have daily data of active and terminated employees for the last 4 years. I used CoxPH model for regression and used cluster_col with the ID column as there were around 50 records per technician.
For the test data, I again have multiple records. While predicting the remaining time using predict_median function, do I need to indicate ID column again to get one prediction per employee?
It is basically a time series data with daily records such as number of tasks assigned, tasks completed, hours taken etc. and other HR data such as age, location.
Is there any other model that would be more suitable to incorporate the concept of time?
Is there a method of evaluation on validation data except C index and k fold validation?
It would be really helpful if someone could help with these questions. Fairly new to survival analysis and lifelines package.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions