Closed d-sel closed 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.
@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.
Nice! Works now!
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)