jankrepl / deepdow

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

Add metrics plotting #56

Closed jankrepl closed 4 years ago

jankrepl commented 4 years ago

Plotting of metrics and generating a metrics table

Also a small change in kwargs of dataloaders

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #56   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        18           
  Lines         1646      1679   +33     
=========================================
+ Hits          1646      1679   +33     
Impacted Files Coverage Δ
deepdow/data/augment.py 100.00% <ø> (ø)
deepdow/data/load.py 100.00% <100.00%> (ø)
deepdow/visualize.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 ca6bd2c...280307d. Read the comment docs.