lacava / few

a feature engineering wrapper for sklearn
https://lacava.github.io/few
GNU General Public License v3.0
50 stars 22 forks source link

Recent scikit learn support #41

Open fdion opened 4 years ago

fdion commented 4 years ago

I was trying to test the package, but ran into a few issues with a recent scikit-learn.

Although not used, Parallel and delayed were imported. They no longer are in sklearn. Replaced the import to joblib. Also, Imputer is now SimpleImputer and no longer in preprocessing but in impute.

These changes allow for compatibility with scikit-learn 0.23