jankrepl / deepdow

Portfolio optimization with deep learning.
https://deepdow.readthedocs.io
Apache License 2.0
875 stars 136 forks source link

Data restructure #50

Closed jankrepl closed 4 years ago

jankrepl commented 4 years ago

Turning the data module into a subpackage.

Also created a simple sin example for synthetic data

codecov[bot] commented 4 years ago

Codecov Report

Merging #50 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #50   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        18    +3     
  Lines         1619      1611    -8     
=========================================
- Hits          1619      1611    -8     
Impacted Files Coverage Δ
deepdow/data/__init__.py 100.00% <100.00%> (ø)
deepdow/data/augment.py 100.00% <100.00%> (ø)
deepdow/data/load.py 100.00% <100.00%> (ø)
deepdow/data/synthetic.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cfd9b8d...69b0e07. Read the comment docs.