LeoTungAnh
commited on
Commit
·
1ebbf97
1
Parent(s):
7d5ce75
Update README.md
Browse files
README.md
CHANGED
@@ -46,8 +46,8 @@ dataset = load_dataset("LeoTungAnh/kdd210_hourly")
|
|
46 |
```
|
47 |
|
48 |
**Dataset Card for Air Quality in KDD cup 2018**
|
49 |
-
Originally, the dataset is from KDD cup 2018, which consists of 270 time series data with different starting time. This dataset encompasses 210 hourly time series data points starting from 2017-01-01T14:00:00. The dataset reveals the air quality levels in 59 stations in 2 cities from 01/01/2017 to 31/03/2018.
|
50 |
|
|
|
51 |
|
52 |
**Preprocessing information**:
|
53 |
- Grouped by hour (frequency: "1H").
|
@@ -57,6 +57,7 @@ Originally, the dataset is from KDD cup 2018, which consists of 270 time series
|
|
57 |
2. Replacing NaN values with zeros.
|
58 |
|
59 |
**Dataset information**:
|
|
|
60 |
- Number of time series: 210
|
61 |
- Number of training samples: 10802
|
62 |
- Number of validation samples: 10850 (number_of_training_samples + 48)
|
|
|
46 |
```
|
47 |
|
48 |
**Dataset Card for Air Quality in KDD cup 2018**
|
|
|
49 |
|
50 |
+
Originally, the dataset is from KDD cup 2018, which consists of 270 time series data with different starting time. This dataset encompasses 210 hourly time series data points starting from 2017-01-01T14:00:00. The dataset reveals the air quality levels in 59 stations in 2 cities from 01/01/2017 to 31/03/2018.
|
51 |
|
52 |
**Preprocessing information**:
|
53 |
- Grouped by hour (frequency: "1H").
|
|
|
57 |
2. Replacing NaN values with zeros.
|
58 |
|
59 |
**Dataset information**:
|
60 |
+
- Missing values are converted to Zeros.
|
61 |
- Number of time series: 210
|
62 |
- Number of training samples: 10802
|
63 |
- Number of validation samples: 10850 (number_of_training_samples + 48)
|