From 19ceaeddc4d3fdbd0effb7e1db7daa05c72c8751 Mon Sep 17 00:00:00 2001 From: seshafi <151889578+seshafi@users.noreply.github.com> Date: Sun, 8 Dec 2024 11:52:22 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ecf7da..9a82a46 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ python scripts/1_download_decode_data.py --id=45 --write-to=data/raw python scripts/2_data_split_validate.py --split=0.1 --raw-data=data/raw/pretransformed_heart_disease.csv --write-to=data/processed -python scripts/3_eda.py --train data/processed/train_df.csv --test data/processed/test_df.csv --write-to results +python scripts/3_eda.py --train data/processed/train_df.csv --write-to results python scripts/4_training_models.py --train data/processed/train_df.csv --write-to results @@ -51,4 +51,4 @@ To shut down the container and clean up the resources, type Cntrl + C in the ter - Python and packages listed in environment.yml ## Licenses -The software code contained within this repository is licensed under the MIT license. See the [license file](https://github.com/UBC-MDS/DSCI-522-2425-team35-Heart_disease_diagnostic_machine/blob/main/LICENSE) for more information. \ No newline at end of file +The software code contained within this repository is licensed under the MIT license. See the [license file](https://github.com/UBC-MDS/DSCI-522-2425-team35-Heart_disease_diagnostic_machine/blob/main/LICENSE) for more information.