zhangda425

Results 3 issues of zhangda425

First, thanks for fixing the problem and updating the package to 1.2.5. When I use the newest version, I run into the following result. it seems to make no sense....

the following code cannot work and report ValueError. hope to see a better version soon, thx. from pyfinance import ols data = {'A':[2,3,4,5,6],'B':[10,11,12,13,14]} df = pd.DataFrame(data) rolling = ols.RollingOLS(y=df['B'], x=df['A'],...

my version is 1.6 on win10 although the attachment "Trend_Follow_Question_Extended_SB_Cross_Val" is not updated, I use the new function in mlfinlab 1.6 I met the bugs. C:\ProgramData\Anaconda3\envs\mlfinlab\lib\site-packages\sklearn\metrics\_classification.py in precision_recall_fscore_support(y_true, y_pred, beta,...