danielhomola / mifs

Parallelized Mutual Information based Feature Selection module.
BSD 3-Clause "New" or "Revised" License
288 stars 110 forks source link

sklearn.feature_selection.base is now sklearn.feature_selection._base #41

Open zqkhan opened 3 years ago

zqkhan commented 3 years ago

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