nielsr HF Staff commited on
Commit
785692f
·
verified ·
1 Parent(s): 2978d76

Add task category, link to paper

Browse files

This PR ensures the dataset can be found at https://huggingface.co/papers/2208.04360 as well as on https://huggingface.co/datasets?task_categories=task_categories:time-series-forecasting.

Files changed (1) hide show
  1. README.md +9 -17
README.md CHANGED
@@ -1,17 +1,17 @@
 
 
 
 
1
 
2
  **Background**
3
 
4
-
5
  The SDWPF dataset, collected over two years from a wind farm with 134 turbines, details the spatial layout of the turbines and dynamic context factors for each. This dataset was utilized to launch the ACM KDD Cup 2022, attracting registrations from over 2,400 teams worldwide. To facilitate its use, we have released the dataset in two parts: sdwpf_kddcup and sdwpf_full. The sdwpf_kddcup is the original dataset used for the Baidu KDD Cup 2022, comprising both training and test datasets. The sdwpf_full offers a more comprehensive collection, including additional data not available during the KDD Cup, such as weather conditions, dates, and elevation.
6
 
7
-
8
-
9
 
10
  **sdwpf_kddcup**
11
 
12
-
13
- The ***sdwpf_kddcup*** dataset is the original dataset used for Baidu KDD Cup 2022 Challenge. The folder structure of sdwpf_kddcup is:
14
-
15
 
16
  sdwpf_kddcup
17
  --- sdwpf_245days_v1.csv
@@ -26,7 +26,6 @@ The ***sdwpf_kddcup*** dataset is the original dataset used for Baidu KDD Cup 20
26
  --- 0002out.csv
27
  --- ...
28
 
29
-
30
  The descriptions of each sub-folder in the sdwpf_kddcup dataset are as follows:
31
 
32
  1. ***sdwpf_245days_v1.csv***: This dataset, released for the KDD Cup 2022 challenge, includes data spanning 245 days.
@@ -35,36 +34,29 @@ The descriptions of each sub-folder in the sdwpf_kddcup dataset are as follows:
35
 
36
  3. ***final_phase_test***: This dataset serves as the test data for the final phase of the Baidu KDD Cup. It allows for a comparison of methodologies against those of the award-winning teams from KDD Cup 2022. It includes an 'infile' folder containing input data for the model, and an 'outfile' folder which holds the ground truth for the corresponding output. In other words, for a model function y = f(x), x represents the files in the 'infile' folder, and the ground truth of y corresponds to files in the 'outfile' folder, such as ***{001out} = f({001in})***.
37
 
38
-
39
  More information about the sdwpf_kddcup used for Baidu KDD Cup 2022 can be found:
40
 
41
-
42
  @article{zhou2022sdwpf,title={SDWPF: A Dataset for Spatial Dynamic Wind Power Forecasting Challenge at KDD Cup 2022}, author={Zhou, Jingbo and Lu, Xinjiang and Xiao, Yixiong and Su, Jiantao and Lyu, Junfu and Ma, Yanjun and Dou, Dejing}, journal={arXiv preprint arXiv:2208.04360},year={2022}}
43
 
44
-
45
-
46
-
47
-
48
  **sdwpf_full**
49
 
50
- The ***sdwpf_full*** dataset offers more information than what was released for the KDD Cup 2022. It includes not only SCADA data but also weather data such as relative humidity, wind speed, and wind direction, sourced from the Fifth Generation of the European Centre for Medium-Range Weather Forecasts (ECMWF) atmospheric reanalyses of the global climate (ERA5). The dataset encompasses data collected over two years from a wind farm with 134 wind turbines, covering the period from January 2020 to December 2021. The folder structure of sdwpf_full is:
51
 
52
  sdwpf_full
53
  --- sdwpf_turb_location_elevation.csv
54
  --- sdwpf_2001_2112_full.csv
55
  --- sdwpf_2001_2112_full.parquet
56
 
57
-
58
  The descriptions of each sub-folder in the sdwpf_full dataset are as follows:
59
 
60
  1. ***sdwpf_turb_location_elevation.csv***: This file details the relative positions and elevations of all wind turbines within the dataset.
61
 
62
  2. ***sdwpf_2001_2112_full.csv***: This dataset includes data collected two years from a wind farm containing 134 wind turbines, spanning from Jan. 2020 to Dec. 2021. It offers comprehensive enhancements over the sdwpf_kddcup/sdwpf_245days_v1.csv, including:
63
 
64
- * Extended time span: It spans two years, from January 2020 to December 2021, whereas sdwpf_245days_v1.csv covers only 245 days.
65
 
66
  * Enriched weather information: This includes additional data such as relative humidity, wind speed, and wind direction, sourced from the Fifth generation of the European Centre for Medium-Range Weather Forecasts (ECMWF) atmospheric reanalyses of the global climate (ERA5).
67
 
68
  * Expanded temporal details: Unlike during the KDD Cup Challenge where timestamp information was withheld to prevent data linkage, this version includes specific timestamps for each data point.
69
 
70
- 3. ***sdwpf_2001_2112_full.parquet***: This dataset is identical to sdwpf_2001_2112_full.csv, but in a different data format.
 
1
+ ---
2
+ task_categories:
3
+ - time-series-forecasting
4
+ ---
5
 
6
  **Background**
7
 
 
8
  The SDWPF dataset, collected over two years from a wind farm with 134 turbines, details the spatial layout of the turbines and dynamic context factors for each. This dataset was utilized to launch the ACM KDD Cup 2022, attracting registrations from over 2,400 teams worldwide. To facilitate its use, we have released the dataset in two parts: sdwpf_kddcup and sdwpf_full. The sdwpf_kddcup is the original dataset used for the Baidu KDD Cup 2022, comprising both training and test datasets. The sdwpf_full offers a more comprehensive collection, including additional data not available during the KDD Cup, such as weather conditions, dates, and elevation.
9
 
10
+ More information about the dataset can be found in [SDWPF: A Dataset for Spatial Dynamic Wind Power Forecasting Challenge at KDD Cup 2022](https://huggingface.co/papers/2208.04360).
 
11
 
12
  **sdwpf_kddcup**
13
 
14
+ The ***sdwpf_kddcup*** dataset is the original dataset used for Baidu KDD Cup 2022 Challenge. The folder structure of sdwpf_kddcup is:
 
 
15
 
16
  sdwpf_kddcup
17
  --- sdwpf_245days_v1.csv
 
26
  --- 0002out.csv
27
  --- ...
28
 
 
29
  The descriptions of each sub-folder in the sdwpf_kddcup dataset are as follows:
30
 
31
  1. ***sdwpf_245days_v1.csv***: This dataset, released for the KDD Cup 2022 challenge, includes data spanning 245 days.
 
34
 
35
  3. ***final_phase_test***: This dataset serves as the test data for the final phase of the Baidu KDD Cup. It allows for a comparison of methodologies against those of the award-winning teams from KDD Cup 2022. It includes an 'infile' folder containing input data for the model, and an 'outfile' folder which holds the ground truth for the corresponding output. In other words, for a model function y = f(x), x represents the files in the 'infile' folder, and the ground truth of y corresponds to files in the 'outfile' folder, such as ***{001out} = f({001in})***.
36
 
 
37
  More information about the sdwpf_kddcup used for Baidu KDD Cup 2022 can be found:
38
 
 
39
  @article{zhou2022sdwpf,title={SDWPF: A Dataset for Spatial Dynamic Wind Power Forecasting Challenge at KDD Cup 2022}, author={Zhou, Jingbo and Lu, Xinjiang and Xiao, Yixiong and Su, Jiantao and Lyu, Junfu and Ma, Yanjun and Dou, Dejing}, journal={arXiv preprint arXiv:2208.04360},year={2022}}
40
 
 
 
 
 
41
  **sdwpf_full**
42
 
43
+ The ***sdwpf_full*** dataset offers more information than what was released for the KDD Cup 2022. It includes not only SCADA data but also weather data such as relative humidity, wind speed, and wind direction, sourced from the Fifth Generation of the European Centre for Medium-Range Weather Forecasts (ECMWF) atmospheric reanalyses of the global climate (ERA5). The dataset encompasses data collected over two years from a wind farm with 134 wind turbines, covering the period from January 2020 to December 2021. The folder structure of sdwpf_full is:
44
 
45
  sdwpf_full
46
  --- sdwpf_turb_location_elevation.csv
47
  --- sdwpf_2001_2112_full.csv
48
  --- sdwpf_2001_2112_full.parquet
49
 
 
50
  The descriptions of each sub-folder in the sdwpf_full dataset are as follows:
51
 
52
  1. ***sdwpf_turb_location_elevation.csv***: This file details the relative positions and elevations of all wind turbines within the dataset.
53
 
54
  2. ***sdwpf_2001_2112_full.csv***: This dataset includes data collected two years from a wind farm containing 134 wind turbines, spanning from Jan. 2020 to Dec. 2021. It offers comprehensive enhancements over the sdwpf_kddcup/sdwpf_245days_v1.csv, including:
55
 
56
+ * Extended time span: It spans two years, from January 2020 to December 2021, whereas sdwpf_245days_v1.csv covers only 245 days.
57
 
58
  * Enriched weather information: This includes additional data such as relative humidity, wind speed, and wind direction, sourced from the Fifth generation of the European Centre for Medium-Range Weather Forecasts (ECMWF) atmospheric reanalyses of the global climate (ERA5).
59
 
60
  * Expanded temporal details: Unlike during the KDD Cup Challenge where timestamp information was withheld to prevent data linkage, this version includes specific timestamps for each data point.
61
 
62
+ 3. ***sdwpf_2001_2112_full.parquet***: This dataset is identical to sdwpf_2001_2112_full.csv, but in a different data format.