CamDavidsonPilon / lifelines

Survival analysis in Python
lifelines.readthedocs.org
MIT License
2.32k stars 551 forks source link

event column for sklearn predict? #1511

Closed dpellow closed 6 months ago

dpellow commented 1 year ago

Hi I trained a pipeline using the sklearn wrapper. When I try to predict expected durations on new data it seems to expect the event column in the input dataframe. What should be the values in this column? Is there a way to not require it?