Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pachoning committed Feb 16, 2023
1 parent 7277359 commit dd38a36
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 @@ -25,7 +25,7 @@ from survlimepy import SurvLimeExplainer
from survlimepy.load_datasets import Loader
from sksurv.linear_model import CoxPHSurvivalAnalysis

# Load UDCA dataset
# Load the dataset
loader = Loader(dataset_name='veterans')
X, events, times = loader.load_data()

Expand Down

0 comments on commit dd38a36

Please sign in to comment.