Skip to content

Commit

Permalink
Minor doco change
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshRajakumar committed Nov 29, 2020
1 parent 20dee74 commit abfcbd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ python src/eda_wine.py --datafile=data/processed/train_set.csv --out=results/
python src/ml_model.py --path_1=data/processed/train_set.csv --path_2=data/processed/test_set.csv --out_dir=results/

# render final report
Rscript -e "rmarkdown::render('src/wine_quality_prediction_report.Rmd')"
Rscript -e "rmarkdown::render('src/wine_quality_prediction_report.Rmd', output_format='github_document')"
```

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/wrangle.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
and writes the cleaned full data, splited data into the specified directory
Usage: src/pre_process.py --input_r=<input_r> --input_w=<input_w> --out_dir=<out_dir>
Usage: src/wrangle.py --input_r=<input_r> --input_w=<input_w> --out_dir=<out_dir>
Options:
Expand Down

0 comments on commit abfcbd8

Please sign in to comment.