Datasets:
Upload dataset
Browse files
README.md
CHANGED
@@ -4262,6 +4262,38 @@ dataset_info:
|
|
4262 |
num_examples: 137
|
4263 |
download_size: 42644
|
4264 |
dataset_size: 88118
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4265 |
configs:
|
4266 |
- config_name: ETT_15T
|
4267 |
data_files:
|
@@ -4591,6 +4623,10 @@ configs:
|
|
4591 |
data_files:
|
4592 |
- split: train
|
4593 |
path: solar/1W/train-*
|
|
|
|
|
|
|
|
|
4594 |
---
|
4595 |
|
4596 |
## Forecast evaluation datasets
|
|
|
4262 |
num_examples: 137
|
4263 |
download_size: 42644
|
4264 |
dataset_size: 88118
|
4265 |
+
- config_name: solar_with_weather_15T
|
4266 |
+
features:
|
4267 |
+
- name: id
|
4268 |
+
dtype: string
|
4269 |
+
- name: timestamp
|
4270 |
+
sequence: timestamp[ms]
|
4271 |
+
- name: target
|
4272 |
+
sequence: float32
|
4273 |
+
- name: global_horizontal_irradiance
|
4274 |
+
sequence: float32
|
4275 |
+
- name: temp
|
4276 |
+
sequence: float32
|
4277 |
+
- name: pressure
|
4278 |
+
sequence: float32
|
4279 |
+
- name: humidity
|
4280 |
+
sequence: float32
|
4281 |
+
- name: wind_speed
|
4282 |
+
sequence: float32
|
4283 |
+
- name: rain_1h
|
4284 |
+
sequence: float32
|
4285 |
+
- name: snow_1h
|
4286 |
+
sequence: float32
|
4287 |
+
- name: clouds_all
|
4288 |
+
sequence: float32
|
4289 |
+
- name: day_length
|
4290 |
+
sequence: float32
|
4291 |
+
splits:
|
4292 |
+
- name: train
|
4293 |
+
num_bytes: 9532849
|
4294 |
+
num_examples: 1
|
4295 |
+
download_size: 2301980
|
4296 |
+
dataset_size: 9532849
|
4297 |
configs:
|
4298 |
- config_name: ETT_15T
|
4299 |
data_files:
|
|
|
4623 |
data_files:
|
4624 |
- split: train
|
4625 |
path: solar/1W/train-*
|
4626 |
+
- config_name: solar_with_weather_15T
|
4627 |
+
data_files:
|
4628 |
+
- split: train
|
4629 |
+
path: solar_with_weather/15T/train-*
|
4630 |
---
|
4631 |
|
4632 |
## Forecast evaluation datasets
|
solar_with_weather/15T/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b44068eb97346134134015763d428ef6fe0b7ec91c38bdc49f987e15aa06ecbb
|
3 |
+
size 2301980
|