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
ModuleNotFoundError Traceback (most recent call last)
Cell In[23], line 1
----> 1 from cvx.backtest.portfolios import *
3 # Risk-free rate for backtest period; for cash allocation end_date removed since
4 # it is removed in returns (in shift(-1)) to make predictors causal
5 rf = rf_rate.loc[start_date:end_date].iloc[:-1]
ModuleNotFoundError: No module named 'cvx.backtest'
The text was updated successfully, but these errors were encountered:
ModuleNotFoundError Traceback (most recent call last)
Cell In[23], line 1
----> 1 from cvx.backtest.portfolios import *
3 # Risk-free rate for backtest period; for cash allocation end_date removed since
4 # it is removed in returns (in shift(-1)) to make predictors causal
5 rf = rf_rate.loc[start_date:end_date].iloc[:-1]
ModuleNotFoundError: No module named 'cvx.backtest'
The text was updated successfully, but these errors were encountered: