Skip to content

Public code for testing transformers for time series forecasting

License

Notifications You must be signed in to change notification settings

akmiller01/bse-transformer-seminar

Repository files navigation

bse-transformer-seminar

Public code for testing transformers for tabular data

ARIMA setup

python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

BUC setup

python3.9 -m virtualenv venv-pybuc
source venv-pybuc/bin/activate
pip install -r requirements-pybuc.txt

About

Public code for testing transformers for time series forecasting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published