danielhomola/mifs

sklearn.feature_selection.base is now sklearn.feature_selection._base

Opened this issue · 0 comments

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!)