mirror of
https://github.com/wassname/seq2seq-time.git
synced 2026-07-11 21:25:53 +08:00
40 lines
1.8 KiB
Markdown
40 lines
1.8 KiB
Markdown
seq2seq-time
|
||
==============================
|
||
|
||
Using sequence to sequence interfaces for timeseries regression
|
||
|
||
|
||
<img src="reports/figures/Seq2Seq for regression.png" />
|
||
|
||
|
||
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
|
||
|
||
|
||
--------
|
||
|
||
<p><small>Project based on the <a target="_blank" href="https://drivendata.github.io/cookiecutter-data-science/">cookiecutter data science project template</a>. #cookiecutterdatascience</small></p>
|