Gagan Bhatia commited on
Commit
094e6fb
1 Parent(s): cd16d6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -15,6 +15,7 @@ Instructions
15
  1. To save the raw data to the DVC cache, run `dvc commit raw_data.dvc`
16
  1. Edit the code files to your heart's desire.
17
  1. Process your data, train and evaluate your model using `dvc repro eval.dvc` or `make reproduce`
 
18
  1. When you're happy with the result, commit files (including .dvc files) to git.
19
 
20
  Project Organization
 
15
  1. To save the raw data to the DVC cache, run `dvc commit raw_data.dvc`
16
  1. Edit the code files to your heart's desire.
17
  1. Process your data, train and evaluate your model using `dvc repro eval.dvc` or `make reproduce`
18
+ 1. Process your data, train and evaluate your model using `make run`
19
  1. When you're happy with the result, commit files (including .dvc files) to git.
20
 
21
  Project Organization