From d1b5d6567f6bd52cc2f4c5bf1a603e83459d3983 Mon Sep 17 00:00:00 2001 From: Chirag Nagpal Date: Tue, 28 Jun 2022 18:49:10 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb07e2f..8fdaad6 100644 --- a/README.md +++ b/README.md @@ -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])