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
The result for Information Analysis is quite different. It seems like for summary_tear, no matter what you set "group_neutral" to be, the result without group_neutral will show up.
Problem Description
Hi,
I used extactly the same factor data as input for information_tear and summary_tear with "group_neutral" set to True:
alphalens.tears.create_information_tear_sheet(factor_data_2, group_neutral = True) alphalens.tears.create_summary_tear_sheet(factor_data_2, group_neutral = True)
The result for Information Analysis is quite different. It seems like for summary_tear, no matter what you set "group_neutral" to be, the result without group_neutral will show up.
I would recommend change this line:
alphalens/alphalens/tears.py
Line 147 in 77084f1
to
ic = perf.factor_information_coefficient(factor_data, group_neutral)
Versions
The text was updated successfully, but these errors were encountered: