jundongl / scikit-feature

open-source feature selection repository in python
GNU General Public License v2.0
1.51k stars 447 forks source link

SKLearn fit/transform compatability? #68

Open ddofer opened 3 years ago

ddofer commented 3 years ago

Is there an "out of the box" way to use this directly as a scikit learn "transformer"? i.e do the methods support fit, fit_transform, etc'? Sorry if this exists and I missed it somewhere! (Without this, the methods can't be used directly with sklearn's pipelines or CV methods).