-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean_dataset.py from 0_data_clean_load.ipynb + readme update
- Loading branch information
Showing
8 changed files
with
225 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,25 @@ | ||
# wsae-lstm | ||
|
||
Repository that aims to implement the WSAE-LSTM model and replicate the results of said model as defined in "A deep learning framework for financial time series using stacked autoencoders and long-short term memory" by Wei Bao, Jun Yue , Yulei Rao (2017). | ||
Repository that aims to implement the WSAE-LSTM model and replicate the results of said model as defined in *"A deep learning framework for financial time series using stacked autoencoders and long-short term memory"* by Wei Bao, Jun Yue , Yulei Rao (2017). | ||
|
||
## Source journal article | ||
https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0180944 | ||
|
||
### Source article | ||
## Source journal (APA format) | ||
|
||
Bao W, Yue J, Rao Y (2017). "A deep learning framework for financial time series using stacked autoencoders and long-short term memory". PLOS ONE 12(7): e0180944. https://doi.org/10.1371/journal.pone.0180944 | ||
|
||
### Source article data: | ||
### Source journal data (saved into `data/raw` folder): | ||
DOI:10.6084/m9.figshare.5028110 | ||
https://figshare.com/articles/Raw_Data/5028110 | ||
|
||
### `mlpanda/DeepLearning_Financial` | ||
|
||
Repository of an existing attempt to replicate above paper in PyTorch, checked out as git submodule for reference: | ||
Repository of an existing attempt to replicate above paper in PyTorch, checked out as git submodule for reference in `submodules` folder: | ||
|
||
`mlpanda/DeepLearning_Financial: https://github.com/mlpanda/DeepLearning_Financial` | ||
|
||
## Misc | ||
## Repository structure | ||
|
||
`/documentation/citation`: | ||
This repository uses a directory structured based upon [Cookiecutter Datascience]( http://drivendata.github.io/cookiecutter-data-science/#directory-structure). | ||
|
||
.ris (EndNote, Reference Manager, ProCite, RefWork) compatible | ||
|
||
.bib (BibDesk, LaTeX) compatible | ||
Repository package requirements/dependencies are defined in `requirements.txt` for pip and/or `environment.yml` for Anaconda/conda. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Changelog | ||
|
||
2019-02-06 | ||
|
||
- clean_dataset.py in `wsae_lstm` folder to clean raw dataset, output stored in `data/interim` folder (refactored from `notebooks\0_data_clean_load.ipynb`) | ||
- `readme.md` update with repository structure section & other minor clarification changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.