Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seshafi authored Dec 8, 2024
1 parent f3faeb6 commit 19ceaed
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
Expand Up @@ -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
Expand All @@ -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.
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.

0 comments on commit 19ceaed

Please sign in to comment.