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
In the line # 53 in FCBF algorithm we are getting IndexError, it can be fixed by writing: fp= X[:, int(s_list[idx, 0])] instead of,
fp= X[:, s_list[idx, 0]]
The text was updated successfully, but these errors were encountered:
EioA
changed the title
IndexError
IndexError in FCBF.py
Apr 28, 2020
scikit-feature/skfeature/function/information_theoretical_based/FCBF.py
Line 53 in 48cffad
In the line # 53 in FCBF algorithm we are getting IndexError, it can be fixed by writing: fp= X[:, int(s_list[idx, 0])] instead of,
fp= X[:, s_list[idx, 0]]
The text was updated successfully, but these errors were encountered: