Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pachoning committed Jan 17, 2023
1 parent 5565399 commit 1aefbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SurvLIMEpy

<p align="center">
<img src="logo.png" width="256" height="256">
<img src="https://github.com/imatge-upc/SurvLIMEpy/blob/main/logo.png?raw=true" width="256" height="256">
</p>


Expand All @@ -27,7 +27,7 @@ loader = Loader(dataset_name='udca')
X, events, times = loader.load_data()

# Train a model
train, val, test = loader.preprocess_datasets(X, events, times)
train, test = loader.preprocess_datasets(X, events, times)
model = CoxPHSurvivalAnalysis()
model.fit(train[0], train[1])

Expand Down

0 comments on commit 1aefbb8

Please sign in to comment.