Closed
Description
Hey,
assume you used DataFrameMapper to preprocess some of you columns and you generated a lot of new columns. Now you want to use a large portion of those columns to impute another subset of columns using some kind of regression. In such a case it might be easier to just disselect a handful of columns and use the rest to perform this task.
Why not pass those columns to default?
- would need an do nothing transformer for the columns to disselect
- if I want to do some further processing on a subset of the large columns -> I'd need to do this later in the pipeline
How it could be implemented?
keyword argument after alias names deselect
with default value False
Problems: Will potentially interfere with the way the default columns are calculated.
Objections against this idea? What further problems would you think of?
Metadata
Metadata
Assignees
Labels
No labels