8000 GitHub - autodidactus/pytorch-transformer-ts: Repository of Transformer based PyTorch Time Series Models
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

autodidactus/pytorch-transformer-ts

 
 

Repository files navigation

Pytorch Transformer based Time Series Models

Collection of Transformer based PyTorch Time Series models in the gluonts API.

Prerequisite

pip3 install -U -r requirements.txt

Lag-Llama: Towards Foundation Models for Time Series Forecasting

For the code of the Lag-Llama paper, please use the lag-llama folder.

Note: The full version of the Lag-Llama paper is coming soon with comprehensive results and open-source model checkpoints. Stay Tuned!

Issues

For questions regarding the GitHub repository, please raise an issue here.

For questions regarding the Lag-Llama paper, please contact us at: kashif.rasul@gmail.com, arjun.ashok@servicenow.com.

Citation

If you use parts of this codebase, please cite the Lag-llama paper:

@misc{rasul2023lagllama,
      title={Lag-Llama: Towards Foundation Models for Time Series Forecasting}, 
      author={Kashif Rasul and Arjun Ashok and Andrew Robert Williams and Arian Khorasani and George Adamopoulos and Rishika Bhagwatkar and Marin Biloš and Hena Ghonia and Nadhir Vincent Hassen and Anderson Schneider and Sahil Garg and Alexandre Drouin and Nicolas Chapados and Yuriy Nevmyvaka and Irina Rish},
      year={2023},
      eprint={2310.08278},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}

About

Repository of Transformer based PyTorch Time Series Models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.4%
  • Python 3.6%
0