Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Select() step #140

Open
jitingxu1 opened this issue Aug 23, 2024 · 1 comment
Open

feat: add Select() step #140

jitingxu1 opened this issue Aug 23, 2024 · 1 comment

Comments

@jitingxu1
Copy link
Collaborator

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?

@deepyaman
Copy link
Collaborator

Sure, makes sense if we have Drop().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: backlog
Development

No branches or pull requests

2 participants