ETSformer
PyTorch code for ETSformer: Exponential Smoothing Transformers for Time-series Forecasting
File Explorer
Download Latest Version (.zip)- __init__.py
- data_factory.py
- data_loader.py
- .gitignore
- __init__.py
- exp_basic.py
- exp_main.py
- __init__.py
- decoder.py
- encoder.py
- exponential_smoothing.py
- model.py
- modules.py
- __init__.py
- etsformer.png
- ECL.sh
- ETTm2.sh
- ETTm2_univar.sh
- Exchange.sh
- Exchange_univar.sh
- grid_search.sh
- ILI.sh
- Traffic.sh
- Weather.sh
- __init__.py
- Adam.py
- masking.py
- metrics.py
- timefeatures.py
- tools.py
- CODE_OF_CONDUCT.md
- CODEOWNERS
- CONTRIBUTING-ARCHIVED.md
- LICENSE.txt
- README.md
- requirements.txt
- run.py
- SECURITY.md
# Installation Guide
1. Get the code
git clone https://github.com/salesforce/ETSformer
Downloads the entire project code from GitHub to your computer.
cd ETSformer
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)
