From a8cc3338e7bbd9c23197da3c20b467770a808679 Mon Sep 17 00:00:00 2001 From: larahabashy <55366761+larahabashy@users.noreply.github.com> Date: Sat, 28 Nov 2020 23:22:00 -0500 Subject: [PATCH] updating usage as per milestone 2 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d98a0c0..968a07b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ Our logistic regression classifier performed fairly well on the test data with a To replicate this analysis, clone the GitHub repository, install dependencies and run the following command from the root directory of this project: ```` + +``Rscript src/pre_process_cred.r --input=data/raw/default_payment_next_month.feather --out_dir=data/processed`` + +``Rscript src/eda_cred.r --train=data/processed/training.feather --out_dir=results`` + +``python src/fit_predict_default_model.py --train_data=“data/processed/training.feather” --test_data=“data/processed/test.feather” --out_dir=“results/prediction_results.csv”`` ## Dependencies