Skip to content

Commit 80a70de

Browse files
committed
fixed the package name cehrbert -> cehrbert_data for hf_readmission task in README
1 parent 13d65ca commit 80a70de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export SPARK_EXECUTOR_MEMORY="12g"
222222
```
223223
Generate the HF readmission prediction task
224224
```console
225-
python -u -m cehrbert.prediction_cohorts.hf_readmission \
225+
python -u -m cehrbert_data.prediction_cohorts.hf_readmission \
226226
-c hf_readmission -i ~/Documents/omop_test/ -o ~/Documents/omop_test/cehr-bert \
227227
-dl 1985-01-01 -du 2020-12-31 \
228228
-l 18 -u 100 -ow 360 -ps 0 -pw 30 \

0 commit comments

Comments
 (0)