UBC-MDS / DSCI522_group_12

MIT License
0 stars 5 forks source link

Milestone 2: Script #3: EDA #25

Closed d-sel closed 3 years ago

d-sel commented 3 years ago

Creates EDA visualization(s) and table(s).

This should take two arguments: a path/filename pointing to the data a path/filename prefix where to write the figure to and what to call it (e.g., results/this_eda.png)

larahabashy commented 3 years ago

Hey guys, the script is complete. I will create a PR shortly, please have a look. To run it: > Rscript src/eda_cred.r --train=data/processed/training.feather --out_dir=results

Currently, it generates 1 density plot. I plan on adding more of the plots that were in the eda.Rmd file from Milestone 1. However, in the interest of time, I'm focusing on more urgent tasks.

larahabashy commented 3 years ago

@d-sel I don't see the issues you referred to in slack. I found the bug, however.

There was a typo in the script, I will create a PR soon.

d-sel commented 3 years ago

Nice! Works now!