Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag Nagpal authored Jun 28, 2022
1 parent fc9087e commit d1b5d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ the `Deep Survival Machines` and `Deep Cox Mixtures` latent variable survival
regression estimators using the `predict latent z` method.

```python
from auton_survival.models.dcm import DeepCoxMixtures [\[Demo Notebook\]]
from auton_survival.models.dcm import DeepCoxMixtures

# Instantiate a DCM Model with 3 phenogroups and a single hidden layer with size 100.
model = DeepCoxMixtures(k = 3, layers = [100])
Expand Down

0 comments on commit d1b5d65

Please sign in to comment.