We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667c458 commit 71a7d7cCopy full SHA for 71a7d7c
README.md
@@ -96,13 +96,13 @@ Once approved:
96
97
```
98
data/
99
-├── Stage 1 - Data Collection/
100
-│ └── raw_data/ # Raw CSV data
+├── Stage 1 - Feature extraction/
+│ └── input/ # Raw CSV data
101
│
102
├── Stage 2 - Hierarchical Clustering/
103
│ ├── input/ # Input features for clustering
104
│ ├── output/ # .pkl files with dendrograms
105
-│ └── preprocessed_features_jsons/ # JSON versions of features
+│ └── preprocessed_features_jsons/ # JSON versions of features (cache)
106
107
└── Stage 3 - Topic Modelling/
108
├── input/ # Stage 2 output as input
0 commit comments