AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.
https://mlbox.readthedocs.io/en/latest/
Other
1.49k stars 273 forks source link

FYI: ColumnTransformer #26

Closed amueller closed 5 years ago

amueller commented 6 years ago

We'll have a ColumnTransformer in sklearn pretty soon that will make it easier to treat different columns differently. That should make is much simpler to have different pipelines for categorical and continuous data, which seems one of the big issues MLBox addresses.

AxeldeRomblay commented 6 years ago

Great news !! :) When is the release ?

amueller commented 6 years ago

It's not merged yet, so it won't be in the upcoming 0.19 release. So winter?

Sent from phone. Please excuse spelling and brevity.

On Jul 28, 2017 18:49, "Axel" notifications@github.com wrote:

Great news !! :) When is the release ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AxeldeRomblay/MLBox/issues/26#issuecomment-318779392, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbcFs8z5HjcQZUPb_QgMAn5Jfv_f-jtks5sSmV3gaJpZM4Om-Vw .

AxeldeRomblay commented 6 years ago

Ok I will see how we can integrate this new feature into MLBox without making it too complicated to tune..

AxeldeRomblay commented 6 years ago

Hello @amueller ! I am working on some encoders (IndexEncoder, CategoricalEncoder, TextEncoder...) for the next release of MLBox and so I will now be interested in ColumnTransformer :) When do you think it will be released ? Thanks

amueller commented 6 years ago

It has not been merged yet. I hope it will get merged this year (fingers crossed). It will be in the 0.20 release which might be in spring?

AxeldeRomblay commented 6 years ago

Great ! Looking forward to try it !

brunosez commented 5 years ago

Available in 0.20 :-)

AxeldeRomblay commented 5 years ago

Hello, thanks for reporting this issue. I will close it since this feature will be added to a next release (MLBox 1.0.0 probably)