Gagan Bhatia commited on
Commit
7b293fd
1 Parent(s): bceed7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -24,3 +24,11 @@ Project Organization
24
  ├── README.md <- The top-level README for developers using this project.
25
  ├── data
26
  │   ├── processed <- The final, canonical data sets for modeling.
 
 
 
 
 
 
 
 
 
24
  ├── README.md <- The top-level README for developers using this project.
25
  ├── data
26
  │   ├── processed <- The final, canonical data sets for modeling.
27
+ │   └── raw <- The original, immutable data dump.
28
+
29
+ ├── eval.dvc <- The end of the data pipeline - evaluates the trained model on the test dataset.
30
+
31
+ ├── models <- Trained and serialized models, model predictions, or model summaries
32
+
33
+ ├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
34
+ │ the creator's initials, and a short `-` delimited description, e.g.