Gagan Bhatia commited on
Commit
bceed7b
1 Parent(s): 796df4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -16,3 +16,11 @@ Instructions
16
  1. Process your data, train and evaluate your model using `dvc repro eval.dvc` or `make reproduce`
17
  1. When you're happy with the result, commit files (including .dvc files) to git.
18
 
 
 
 
 
 
 
 
 
 
16
  1. Process your data, train and evaluate your model using `dvc repro eval.dvc` or `make reproduce`
17
  1. When you're happy with the result, commit files (including .dvc files) to git.
18
 
19
+ Project Organization
20
+ ------------
21
+
22
+ ├── LICENSE
23
+ ├── Makefile <- Makefile with commands like `make dirs` or `make clean`
24
+ ├── README.md <- The top-level README for developers using this project.
25
+ ├── data
26
+ │   ├── processed <- The final, canonical data sets for modeling.