Skip to content

Commit

Permalink
Update dsm_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag Nagpal authored May 15, 2021
1 parent 16a2751 commit 27231a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dsm/dsm_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,14 @@ class DeepRecurrentSurvivalMachines(DSMBase):
"""The Deep Recurrent Survival Machines model to handle data with
time-dependent covariates.
For full details on Deep Recurrent Survival Machines, refer to our paper [1].
References
----------
[1] <a href="http://proceedings.mlr.press/v146/nagpal21a.html">
Deep Parametric Time-to-Event Regression with Time-Varying Covariates
AAAI Spring Symposium on Survival Prediction</a>
"""

def __init__(self, k=3, layers=None, hidden=None,
Expand Down

0 comments on commit 27231a4

Please sign in to comment.