jankrepl / deepdow

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

Additional augmentations #48

Open jankrepl opened 4 years ago

jankrepl commented 4 years ago

Rather than reinventing the wheel one could just use torchvision transforms https://pytorch.org/docs/stable/torchvision/transforms.html

Additionally, torchvision might be also helpful in other tasks (see #39)

The clear downside is introducing yet another dependency. Additionally, one might argue that it is better to go all the way and use imgaug, albumentation,...

Other nonvision augmentations: