Spaces:
Sleeping
Sleeping
Aleksandar Todorov commited on
Update README.md
Browse files- data/README.md +5 -5
data/README.md
CHANGED
|
@@ -8,8 +8,8 @@ The `data` folder organizes all datasets used in the **Air Quality Forecasting**
|
|
| 8 |
|
| 9 |
```plaintext
|
| 10 |
data/
|
| 11 |
-
βββ inference/ #
|
| 12 |
-
βββ model_predictions/ # Stores model output predictions for evaluation and analysis
|
| 13 |
-
βββ other/ # Contains miscellaneous data files such as the feature importance values
|
| 14 |
-
βββ processed/ # Preprocessed datasets ready for model training and testing
|
| 15 |
-
βββ raw/ # Raw, unprocessed datasets collected from
|
|
|
|
| 8 |
|
| 9 |
```plaintext
|
| 10 |
data/
|
| 11 |
+
βββ inference/ # The folder, in which data needs to be stored to use the parser's functionality for custom predictions.
|
| 12 |
+
βββ model_predictions/ # Stores model output predictions for evaluation and analysis. This folder is updated by the automated workflows every 6 hours.
|
| 13 |
+
βββ other/ # Contains miscellaneous data files such as the feature importance values.
|
| 14 |
+
βββ processed/ # Preprocessed datasets ready for model training and testing.
|
| 15 |
+
βββ raw/ # Raw, unprocessed datasets collected from the World Air Quality Index and Visual Crossing.
|