Skip to content

Commit

Permalink
update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelJJJ authored Nov 29, 2020
1 parent f52870f commit 04a1711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To replicate this analysis, clone the GitHub repository, install dependencies an

``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``
``python src/fit_predict_default_model.py --train_data="data/processed/training.feather" --test_data="data/processed/test.feather" --hp_out_dir="results/prediction_hp_results.csv" --prelim_results_dir="results/prediction_prelim_results.csv"``


## Dependencies
Expand Down

0 comments on commit 04a1711

Please sign in to comment.