Skip to content

Allow to disselect features #137

Closed
@datajanko

Description

@datajanko

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 deselectwith 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions