Skip to content

Commit 71a7d7c

Browse files
authored
Update README.md
1 parent 667c458 commit 71a7d7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ Once approved:
9696

9797
```
9898
data/
99-
├── Stage 1 - Data Collection/
100-
│ └── raw_data/ # Raw CSV data
99+
├── Stage 1 - Feature extraction/
100+
│ └── input/ # Raw CSV data
101101
102102
├── Stage 2 - Hierarchical Clustering/
103103
│ ├── input/ # Input features for clustering
104104
│ ├── output/ # .pkl files with dendrograms
105-
│ └── preprocessed_features_jsons/ # JSON versions of features
105+
│ └── preprocessed_features_jsons/ # JSON versions of features (cache)
106106
107107
└── Stage 3 - Topic Modelling/
108108
├── input/ # Stage 2 output as input

0 commit comments

Comments
 (0)