danielhomola / mifs

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

Fix sklearn.feature_selection.base import #42

Open mainguyenanhvu opened 3 years ago

No-Stream commented 2 years ago

Ran into the same issue trying to use this package with skl >= 1.0 and this seems sufficient to fix, but assume will break compatibility with older versions of sklearn. @danielhomola ?