Deep Recurrent Survival Analysis, an auto-regressive deep model for time-to-event data analysis with censorship handling. An implementation of our AAAI 2019 paper and a benchmark for several (Python) implemented survival analysis methods.
I was wondering how you tuned your hyperparameters for DRSA. I saw that in BASE_MODEL.py, there was a "FIND_PARAMETERS" argument but no corresponding definition or function for that. I didn't see in your paper a section regarding how you chose the hyperparameters that you did.
Hello,
I was wondering how you tuned your hyperparameters for DRSA. I saw that in BASE_MODEL.py, there was a "FIND_PARAMETERS" argument but no corresponding definition or function for that. I didn't see in your paper a section regarding how you chose the hyperparameters that you did.
Thank you for your time!