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
line 14 in mifs.py
from sklearn.feature_selection.base import SelectorMixin
should be changed to
from sklearn.feature_selection._base import SelectorMixin
(thank you for sharing this code!)
The text was updated successfully, but these errors were encountered:
line 14 in mifs.py
from sklearn.feature_selection.base import SelectorMixin
should be changed to
from sklearn.feature_selection._base import SelectorMixin
(thank you for sharing this code!)
The text was updated successfully, but these errors were encountered: