From 1aefbb84557574934e4c9d7b682ab85fb6736723 Mon Sep 17 00:00:00 2001 From: pachoning Date: Tue, 17 Jan 2023 17:15:29 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 075aec6..eac77cb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SurvLIMEpy

- +

@@ -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])