Skip to content

feat: add Select() step #140

Open
Open
@jitingxu1

Description

Add a Select step, opposite to Drop step.

Use it as column filters in the last-mile preprocessing.

import ibis_ml as ml

recipe = ml.Recipe(
    # to be added
    ml.Select(ml.numeric()),
    ml.ImputeMean(ml.numeric()),
)

Any thought?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions