Large-Time-Series-Model
Official code, datasets and checkpoints for "Timer: Generative Pre-trained Transformers Are Large Time Series Models" (ICML 2024) and subsequent works
File Explorer
Download Latest Version (.zip)- __init__.py
- data_factory.py
- data_loader.py
- data_loader_benchmark.py
- quickstart_zero_shot.ipynb
- quickstart_zero_shot_generation.ipynb
- __init__.py
- exp_anomaly_detection.py
- exp_basic.py
- exp_forecast.py
- exp_imputation.py
- abilities.png
- anomaly_detection_dataset.png
- architecture.png
- forecast_dataset.png
- sundial.png
- timer-xl.png
- timer.png
- utsd.png
- __init__.py
- Embed.py
- SelfAttention_Family.py
- Transformer_EncDec.py
- __init__.py
- Timer.py
- TimerBackbone.py
- TrmEncoder.py
- TrmEncoderBackbone.py
- README.md
- UCR.sh
- ECL.sh
- ETTh1.sh
- README.md
- Traffic.sh
- Weather.sh
- ECL.sh
- ETT.sh
- PEMS.sh
- README.md
- Traffic.sh
- Weather.sh
- dataset_evaluation.py
- download_dataset.py
- utsdataset.py
- README.md
- __init__.py
- masking.py
- metrics.py
- timefeatures.py
- tools.py
- .gitignore
- LICENSE
- README.md
- requirements.txt
- run.py
๐ Installation Guide
1. Get the code
git clone https://github.com/thuml/Large-Time-Series-Model
Downloads the entire project code from GitHub to your computer.
cd Large-Time-Series-Model
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python run.py
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
