Aleksandar Todorov commited on
Commit
ca588f6
Β·
unverified Β·
1 Parent(s): fb04dad

Update README.md

Browse files
Files changed (1) hide show
  1. 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 external sources
 
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.