Skip to content

Files

Latest commit

author
野午
Sep 22, 2023
23637e5 · Sep 22, 2023

History

History
 
 

Classification

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 22, 2023
Sep 22, 2023
Sep 22, 2023
Sep 22, 2023

One Fits All: Power General Time Series Analysis by Pretrained LM (NeurIPS 2023 Spotlight)

Tian Zhou, Peisong Niu, Xue Wang, Liang Sun, Rong Jin, "One Fits All: Power General Time Series Analysis by Pretrained LM,", NeurIPS, 2023. [paper]

Classification

image

Get Start

  • Install Python>=3.8, PyTorch 1.8.1.
  • Download data. You can obtain all the benchmarks from [mvts].
  • Train the model. We provide the experiment scripts of all benchmarks under the folder ./scripts. You can reproduce the experiment results by:
bash ./scripts/EthanolConcentration.sh

Citation

If you find this repo useful, please cite our paper.

@inproceedings{zhou2023onefitsall,
  title={{One Fits All}: Power General Time Series Analysis by Pretrained LM},
  author={Tian Zhou, Peisong Niu, Xue Wang, Liang Sun, Rong Jin},
  booktitle={NeurIPS},
  year={2023}
}