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 tested this on the DeepSurvivalMachine package, but I believe this package uses the same module for loading datasets. I can redo these tests, and do a pull request if needed.
The text was updated successfully, but these errors were encountered:
Hi,
In datasets.py, are you making
age
a dynamic covariate, instead of just using the initial value?In that case,
auton-survival/auton_survival/datasets.py
Line 132 in 5dde465
should change to
years
is the time of the event.year
is the time indicator.Here are some results:
Current:
After the proposed change:
I have tested this on the DeepSurvivalMachine package, but I believe this package uses the same module for loading datasets. I can redo these tests, and do a pull request if needed.
The text was updated successfully, but these errors were encountered: