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

apply PipeOpTaskPreproc to data.frame / data.table #711

Open
mb706 opened this issue Feb 16, 2023 · 0 comments
Open

apply PipeOpTaskPreproc to data.frame / data.table #711

mb706 opened this issue Feb 16, 2023 · 0 comments
Labels
Status: Needs Design Needs some thought and design decisions.

Comments

@mb706
Copy link
Collaborator

mb706 commented Feb 16, 2023

  • Add another function, e.g. $operate(), which uses the train_df() functions internally and accepts data.frame? (Should this set a state? Maybe $operate(df, train = TRUE)?)
  • Just have $train() and $predict() accept df?
  • Do the same with Graph?
  • have the %>>% operator work on df and do the necessary conversions, so that df %>>% po("removeconstants") works?

Things to consider:

  • character cols in df often "mean" factor-cols in Tasks.
@mb706 mb706 added the Status: Needs Design Needs some thought and design decisions. label Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Design Needs some thought and design decisions.
Projects
None yet
Development

No branches or pull requests

1 participant