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 26, 2022
1 parent 73ce846 commit 3df354d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

<br>


The `auton-survival` Package
---------------------------

Expand Down Expand Up @@ -55,6 +54,8 @@ regression problems, Survival Analysis differs in two major ways:
* There is presence of censoring (ie. a large number of instances of data are
lost to follow up.)

<p align="center"><img src="https://ndownloader.figshare.com/files/36038024" width=60% /></p>

<a id="package"></a>

The Auton Survival Package
Expand Down Expand Up @@ -98,6 +99,10 @@ model.fit(features, outcomes.time, outcomes.event)
predictions = model.predict_risk(features, t=[8, 12, 16])
```

<p align="center"><img src="https://ndownloader.figshare.com/files/36038027" width=60% /></p>



### `auton_survival.estimators` [\[Demo Notebook\]](https://nbviewer.org/github/autonlab/auton-survival/blob/master/examples/Survival%20Regression%20with%20Auton-Survival.ipynb)</a>

This module provides a wrapper `auton_survival.estimators.SurvivalModel` to model
Expand Down

0 comments on commit 3df354d

Please sign in to comment.