wassname 4cbc7b4073 readme
2020-10-29 12:22:47 +08:00
2020-10-18 08:38:35 +08:00
2020-10-29 12:22:47 +08:00
2020-10-18 08:38:35 +08:00
2020-10-26 14:41:07 +08:00
2020-10-29 12:22:47 +08:00
2020-10-27 06:43:50 +08:00
2020-10-18 08:38:35 +08:00
2020-10-26 14:41:07 +08:00
2020-10-29 12:22:47 +08:00
mv
2020-10-18 08:42:23 +08:00
2020-10-18 08:38:35 +08:00
2020-10-18 08:38:35 +08:00

seq2seq-time

Using sequence to sequence interfaces for timeseries regression

Project Organization

├── LICENSE
├── Makefile           <- Makefile with commands like `make data` or `make train`
├── README.md          <- The top-level README for developers using this project.
├── data
│   ├── interim        <- Intermediate data that has been transformed.
│   ├── processed      <- The final, canonical data sets for modeling.
│   └── raw            <- The original, immutable data dump.
│
├── notebooks          <- Jupyter notebooks. Naming convention is a number (for ordering),
│                         the creator's initials, and a short `-` delimited description, e.g.
│                         `1.0-jqp-initial-data-exploratio    │
│
├── reports            <- Generated analysis as HTML, PDF, LaTeX, etc.
│   └── figures        <- Generated graphics and figures to be used in reporting
│
├── requirements.txt   <- The requirements file for reproducing the analysis environment, e.g.
│                         generated with `pip freeze > requirements.txt`
│
├── setup.py           <- makes project pip installable (pip install -e .) so src can be imported
├── seq2seq_time       <- Source code for use in this project.
│
└── tox.ini            <- tox file with settings for running tox; see tox.readthedocs.io

Project based on the cookiecutter data science project template. #cookiecutterdatascience

S
Description
Bechmarking seq2seq models on a range of multivariate regression datasets
Readme MIT 10 MiB
Languages
Jupyter Notebook 99.3%
Python 0.7%