Skip to content

Commit

Permalink
Merge pull request #38 from larahabashy/main
Browse files Browse the repository at this point in the history
updating usage as per milestone 2
  • Loading branch information
larahabashy authored Nov 29, 2020
2 parents f01e972 + a8cc333 commit ef35b01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

``<python src/Download_data.py --url=http://archive.ics.uci.edu/ml/machine-learning-databases/00350/default%20of%20credit%20card%20clients.xls --saving_path=data/default_credit_card.csv>``

``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
Expand Down

0 comments on commit ef35b01

Please sign in to comment.