You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mdancho84 , no this is not yet implemented. The ideas was previously discussed but we never got it implemented. Let me think about it. One workaround for now is to use gen_feature as shown in README. Let me know if that works for you
Hey, awesome package. I'm planning to use it in my python course I'm developing.
Question
Is it possible to apply transformations by data type or with a column selection method similar to
sklearn.compose.make_column_selector
?Example
A simple example is to select all numeric columns for scaling. With sklearn I'd do something like this:
Ideally I'd be able to use the
make_column_selector()
fromsklearn
and apply it within thesklearn_pandas.DataFrameMapper()
.Any thoughts on this? Also let me know if this has been addressed previously and if I just missed searching for it.
Thanks!
The text was updated successfully, but these errors were encountered: