jankrepl / deepdow

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

May you please provide a Jupyter Notebook #122

Open vedantog opened 2 years ago

vedantog commented 2 years ago

Hey! This is a great repo and thanks for your work @jankrepl! Can you please provide a jupyter notebook which uses the module to optimize a portfolio?

Thanks!

jankrepl commented 2 years ago

Thank you for you interest @vedantog !

You can take any example from here https://deepdow.readthedocs.io/en/latest/auto_examples/index.html and scroll all the way down and there should be a Download Jupyter notebook ... button. See below a screenshot Screenshot 2021-11-19 at 16 00 37

vedantog commented 2 years ago

Thanks for the swift response @jankrepl! But is it possible to provide a notebook in which after providing a list of stocks, it uses the library to create a portfolio? As I am new to programming....

Thanks!