Gagan Bhatia commited on
Commit
2664f76
1 Parent(s): dd9184e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -35,6 +35,7 @@ Project Organization
35
  │   └── metrics.txt <- Relevant metrics after evaluating the model.
36
  │   └── training_metrics.txt <- Relevant metrics from training the model.
37
 
 
38
 
39
  ├── setup.py <- makes project pip installable (pip install -e .) so src can be imported
40
  ├── src <- Source code for use in this project.
 
35
  │   └── metrics.txt <- Relevant metrics after evaluating the model.
36
  │   └── training_metrics.txt <- Relevant metrics from training the model.
37
 
38
+ ├── requirements.txt <- The requirements file for reproducing the analysis environment
39
 
40
  ├── setup.py <- makes project pip installable (pip install -e .) so src can be imported
41
  ├── src <- Source code for use in this project.