Time-Series-Library
收藏数据集概述
基本描述
- 数据集名称:Time-Series-Library (TSLib)
- 用途:深度学习研究者的开源库,专注于深度时间序列分析
- 主要任务:长期和短期预测、填补、异常检测和分类
- 许可证:CC BY 4.0
- 语言:英语
任务与基准
| 任务类别 | 基准数据集 | 评估指标 | 序列长度 |
|---|---|---|---|
| 预测 | 长期:ETT(4个子集)、Electricity、Traffic、Weather、Exchange、ILI | MSE、MAE | 96~720(ILI:24~60) |
| 短期:M4(6个子集) | SMAPE、MASE、OWA | 6~48 | |
| 填补 | ETT(4个子集)、Electricity、Weather | MSE、MAE | 96 |
| 分类 | UEA(10个子集) | 准确率 | 29~1751 |
| 异常检测 | SMD、MSL、SMAP、SWaT、PSM | 精确率、召回率、F1分数 | 100 |
文件结构
Time-Series-Library/ ├── ETT-small/ ├── EthanolConcentration/ ├── FaceDetection/ ├── Handwriting/ ├── Heartbeat/ ├── JapaneseVowels/ ├── MSL/ ├── PEMS-SF/ ├── PSM/ ├── SMAP/ ├── SMD/ ├── SWaT/ ├── SelfRegulationSCP1/ ├── SelfRegulationSCP2/ ├── SpokenArabicDigits/ ├── UWaveGestureLibrary/ ├── electricity/ ├── exchange_rate/ ├── illness/ ├── m4/ ├── traffic/ ├── weather/ └── .gitattributes
使用方法
使用datasets库直接加载数据集:
python
from datasets import load_dataset
dataset = load_dataset("lalababa/Time-Series-Library", "ETT-small")
相关资源
- 论文:https://arxiv.org/abs/2407.13278
- GitHub仓库:https://github.com/thuml/Time-Series-Library
引用信息
@inproceedings{wu2023timesnet, title={TimesNet: Temporal 2D-Variation Modeling for General Time Series Analysis}, author={Haixu Wu and Tengge Hu and Yong Liu and Hang Zhou and Jianmin Wang and Mingsheng Long}, booktitle={International Conference on Learning Representations}, year={2023}, }
@article{wang2024tssurvey, title={Deep Time Series Models: A Comprehensive Survey and Benchmark}, author={Yuxuan Wang and Haixu Wu and Jiaxiang Dong and Yong Liu and Mingsheng Long and Jianmin Wang}, booktitle={arXiv preprint arXiv:2407.13278}, year={2024}, }




