You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please upload the daily returns or give me 100 stocks that I can download from yahoo finance or can I pick 100 random stocks from sp500_mean.csv ?
The issue has the content benchmark that is just some predefined portfolio? Can I upload a benchmark example that will generate weights "from the optional rebalance count"?
I think what I meant here was that it would be nice to create a new Benchmark subclass (see deepdow/benchmarks.py) that would accept a fixed w of shape (n_assets, ) representing predefined weights. The __call__ method would just return it independently of x.
The actual choice of w would be completely up to the user. I hope that makes sense:)
It would be nice to have a benchmark that is just some predefined portfolio. One would construct it by passing all the weights.
The text was updated successfully, but these errors were encountered: