Datasets:
Upload dataset
Browse files
README.md
CHANGED
@@ -2528,6 +2528,34 @@ dataset_info:
|
|
2528 |
num_examples: 1579
|
2529 |
download_size: 1299236
|
2530 |
dataset_size: 7714528
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2531 |
configs:
|
2532 |
- config_name: ETT_15T
|
2533 |
data_files:
|
@@ -2693,6 +2721,10 @@ configs:
|
|
2693 |
data_files:
|
2694 |
- split: train
|
2695 |
path: favorita_stores/1W/train-*
|
|
|
|
|
|
|
|
|
2696 |
---
|
2697 |
|
2698 |
## Forecast evaluation datasets
|
|
|
2528 |
num_examples: 1579
|
2529 |
download_size: 1299236
|
2530 |
dataset_size: 7714528
|
2531 |
+
- config_name: favorita_transactions_1D
|
2532 |
+
features:
|
2533 |
+
- name: id
|
2534 |
+
dtype: string
|
2535 |
+
- name: timestamp
|
2536 |
+
sequence: timestamp[ms]
|
2537 |
+
- name: transactions
|
2538 |
+
sequence: float32
|
2539 |
+
- name: oil_price
|
2540 |
+
sequence: float32
|
2541 |
+
- name: holiday
|
2542 |
+
sequence: string
|
2543 |
+
- name: store_nbr
|
2544 |
+
dtype: float32
|
2545 |
+
- name: city
|
2546 |
+
dtype: string
|
2547 |
+
- name: state
|
2548 |
+
dtype: string
|
2549 |
+
- name: type
|
2550 |
+
dtype: string
|
2551 |
+
- name: cluster
|
2552 |
+
dtype: float32
|
2553 |
+
splits:
|
2554 |
+
- name: train
|
2555 |
+
num_bytes: 1872095
|
2556 |
+
num_examples: 51
|
2557 |
+
download_size: 196330
|
2558 |
+
dataset_size: 1872095
|
2559 |
configs:
|
2560 |
- config_name: ETT_15T
|
2561 |
data_files:
|
|
|
2721 |
data_files:
|
2722 |
- split: train
|
2723 |
path: favorita_stores/1W/train-*
|
2724 |
+
- config_name: favorita_transactions_1D
|
2725 |
+
data_files:
|
2726 |
+
- split: train
|
2727 |
+
path: favorita_transactions/1D/train-*
|
2728 |
---
|
2729 |
|
2730 |
## Forecast evaluation datasets
|
favorita_transactions/1D/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1bbc5787a9e9a5a355bfc1a542ba4b0ae0283aba9e98539a2a9e5be6214d80df
|
3 |
+
size 196330
|