Spaces:
Runtime error
Runtime error
Gagan Bhatia
commited on
Commit
•
bceed7b
1
Parent(s):
796df4b
Update README.md
Browse files
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.
|