Skip to content

Commit

Permalink
Merge pull request #39 from athy9193/main
Browse files Browse the repository at this point in the history
Delete temp.py placeholder file in /src folder and minor edit in READ…
  • Loading branch information
athy9193 authored Nov 29, 2020
2 parents 0361226 + 046eb57 commit daa880a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ python src/pre_processing_wine.py --in_file_1="data/raw/winequality-red.csv" --i
python eda/wine_eda.py -i data/processed/processed.csv -o eda/wine_EDA_files/
#fitting model
# fitting model
python src/fit_wine_quality_predict_model.py --in_file_1="data/processed/processed_train.csv" --out_dir="results/"
#test model
# test model
python src/wine_quality_test_results.py --in_file_1="data/processed/processed_train.csv" --in_file_2="data/processed/processed_test.csv" --out_dir="results/"
Expand Down
Empty file removed src/temp.py
Empty file.

0 comments on commit daa880a

Please sign in to comment.