Gagan Bhatia commited on
Commit
6c7dd33
1 Parent(s): 7a7137a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -41,3 +41,12 @@ Project Organization
41
 
42
  ├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
43
  │   └── figures <- Generated graphics and figures to be used in reporting
 
 
 
 
 
 
 
 
 
 
41
 
42
  ├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
43
  │   └── figures <- Generated graphics and figures to be used in reporting
44
+ │   └── metrics.txt <- Relevant metrics after evaluating the model.
45
+ │   └── training_metrics.txt <- Relevant metrics from training the model.
46
+
47
+ ├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
48
+ │ generated with `pip freeze > requirements.txt`
49
+
50
+ ├── setup.py <- makes project pip installable (pip install -e .) so src can be imported
51
+ ├── src <- Source code for use in this project.
52
+ │   ├── __init__.py <- Makes src a Python module