Spaces:
Runtime error
Runtime error
Gagan Bhatia
commited on
Commit
·
aa6f428
1
Parent(s):
9b7ddc2
Update README.md
Browse files
README.md
CHANGED
@@ -48,6 +48,7 @@ Project Organization
|
|
48 |
│ ├── models <- Scripts to train models
|
49 |
│ │ ├── predict_model.py
|
50 |
│ │ └── train_model.py
|
|
|
51 |
│ │
|
52 |
│ └── visualization <- Scripts to create exploratory and results oriented visualizations
|
53 |
│ └── visualize.py
|
|
|
48 |
│ ├── models <- Scripts to train models
|
49 |
│ │ ├── predict_model.py
|
50 |
│ │ └── train_model.py
|
51 |
+
│ │ └── model.py
|
52 |
│ │
|
53 |
│ └── visualization <- Scripts to create exploratory and results oriented visualizations
|
54 |
│ └── visualize.py
|