UBC-MDS / group29

Project Repo for Group 29 for DSCI 522
MIT License
0 stars 9 forks source link

Edits to Makefile #74

Closed jraza19 closed 3 years ago

jraza19 commented 3 years ago

Please add any edits to the scripts that will affect the makefile here!

jraza19 commented 3 years ago

I have decided to remove the figure from report but it will still get made by the EDA script. so no changes from script 2 so far.

rachelywong commented 3 years ago
jraza19 commented 3 years ago

script 3--> eda2.py - if the training/test split is added to the data cleaning file then the input argument for the eda2.py script will change to:

python src/eda2.py --input="data/raw/dataset_diabetes/diabetic_data_training.csv;data/processed/[ADD NAME OF TRAINING DATE HERE]" --output=reports/figures

wiwang commented 3 years ago

when we change the file name and output file name, we need to modify Makefile accordingly