Dataset Viewer
Auto-converted to Parquet Duplicate
time
stringlengths
19
19
kwh
float64
0
2.54
2018-01-01 00:00:00
0
2018-01-01 00:01:00
0
2018-01-01 00:02:00
0
2018-01-01 00:03:00
0
2018-01-01 00:04:00
0
2018-01-01 00:05:00
0
2018-01-01 00:06:00
0
2018-01-01 00:07:00
0
2018-01-01 00:08:00
0
2018-01-01 00:09:00
0
2018-01-01 00:10:00
0
2018-01-01 00:11:00
0
2018-01-01 00:12:00
0
2018-01-01 00:13:00
0
2018-01-01 00:14:00
0
2018-01-01 00:15:00
0
2018-01-01 00:16:00
0
2018-01-01 00:17:00
0
2018-01-01 00:18:00
0
2018-01-01 00:19:00
0
2018-01-01 00:20:00
0
2018-01-01 00:21:00
0
2018-01-01 00:22:00
0
2018-01-01 00:23:00
0
2018-01-01 00:24:00
0
2018-01-01 00:25:00
0
2018-01-01 00:26:00
0
2018-01-01 00:27:00
0
2018-01-01 00:28:00
0
2018-01-01 00:29:00
0
2018-01-01 00:30:00
0
2018-01-01 00:31:00
0
2018-01-01 00:32:00
0
2018-01-01 00:33:00
0
2018-01-01 00:34:00
0
2018-01-01 00:35:00
0
2018-01-01 00:36:00
0
2018-01-01 00:37:00
0
2018-01-01 00:38:00
0
2018-01-01 00:39:00
0
2018-01-01 00:40:00
0
2018-01-01 00:41:00
0
2018-01-01 00:42:00
0
2018-01-01 00:43:00
0
2018-01-01 00:44:00
0
2018-01-01 00:45:00
0
2018-01-01 00:46:00
0
2018-01-01 00:47:00
0
2018-01-01 00:48:00
0
2018-01-01 00:49:00
0
2018-01-01 00:50:00
0
2018-01-01 00:51:00
0
2018-01-01 00:52:00
0
2018-01-01 00:53:00
0
2018-01-01 00:54:00
0
2018-01-01 00:55:00
0
2018-01-01 00:56:00
0
2018-01-01 00:57:00
0
2018-01-01 00:58:00
0
2018-01-01 00:59:00
0
2018-01-01 01:00:00
0
2018-01-01 01:01:00
0
2018-01-01 01:02:00
0
2018-01-01 01:03:00
0
2018-01-01 01:04:00
0
2018-01-01 01:05:00
0
2018-01-01 01:06:00
0
2018-01-01 01:07:00
0
2018-01-01 01:08:00
0
2018-01-01 01:09:00
0
2018-01-01 01:10:00
0
2018-01-01 01:11:00
0
2018-01-01 01:12:00
0
2018-01-01 01:13:00
0
2018-01-01 01:14:00
0
2018-01-01 01:15:00
0
2018-01-01 01:16:00
0
2018-01-01 01:17:00
0
2018-01-01 01:18:00
0
2018-01-01 01:19:00
0
2018-01-01 01:20:00
0
2018-01-01 01:21:00
0
2018-01-01 01:22:00
0
2018-01-01 01:23:00
0
2018-01-01 01:24:00
0
2018-01-01 01:25:00
0
2018-01-01 01:26:00
0
2018-01-01 01:27:00
0
2018-01-01 01:28:00
0
2018-01-01 01:29:00
0
2018-01-01 01:30:00
0
2018-01-01 01:31:00
0
2018-01-01 01:32:00
0
2018-01-01 01:33:00
0
2018-01-01 01:34:00
0
2018-01-01 01:35:00
0
2018-01-01 01:36:00
0
2018-01-01 01:37:00
0
2018-01-01 01:38:00
0
2018-01-01 01:39:00
0
End of preview. Expand in Data Studio

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

EV load forecasting using a refined CNN-LSTM-AM

[2024-09-15] Paper:EV load forecasting using a refined CNN-LSTM-AM A new method of combining different interval sequences to reconstruct the time series matrix. image

Combine long interval time series and short interval time series

image

ACN Dataset

The 1-minute processed time Series of ACN Dataset could find in https://huggingface.co/datasets/gyboo/ACN_Dataset

Train and evaluation

To train CNN-LSTM-AM:

python train.py -e 1 -is 96 -bs 288 -os 12 -k 15 -kernel 3

To evaluate:

python evaluate.py -is 96 -bs 288 -os 12 -k 15 -kernel 3

license: apache-2.0

Downloads last month
10

Models trained or fine-tuned on gyboo/ACN_Dataset