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

ignoring predictor columns #221

Open
topepo opened this issue Mar 27, 2024 · 0 comments
Open

ignoring predictor columns #221

topepo opened this issue Mar 27, 2024 · 0 comments

Comments

@topepo
Copy link
Member

topepo commented Mar 27, 2024

This issue describes how, once the data are given to a workflow, prediction always requires it as-is.

This will be increasingly important for supervised feature selection.

Look at my initial work on colander (still in private repo), there is an api called reset_columns() that edits the workflow's data objects. That's not great since we always try to remake the model or recipe when the data changes.

Alternatively, it might be better to have some sort of ignore_predictors() api that leaves the data intact but updates what the fit() and predict() methods for workflows do.

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

No branches or pull requests

1 participant