Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragnagpal committed Oct 25, 2021
2 parents ddb01c5 + d226449 commit bb5b87e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ parametric distributions. The parameters of these mixture distributions as
well as the mixing weights are modelled using Neural Networks.

#### Usage Example
>>> from dsm import DeepSurvivalMachines
>>> model = DeepSurvivalMachines()
>>> model.fit()
>>> model.predict_risk()

```python
from dsm import DeepSurvivalMachines
model = DeepSurvivalMachines()
model.fit()
model.predict_risk()
```

Recurrent Deep Survival Machines
--------------------------------
Expand Down

0 comments on commit bb5b87e

Please sign in to comment.