-
-
Notifications
You must be signed in to change notification settings - Fork 27
make single pipeop application easier #683
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
Comments
potential problem: we don't want to tempt people into doing the wrong kind of preprocessing on train and test set |
suggestion (bb): outdata = preproc("encode", indata, paramlist, state = state) |
maybe we want to have |
could also overload the |
maybe: whenever state is given, or when optional var |
preproc(indata, graph, state = NULL, predict = !is.null(state)) Thoughts:
some details:
|
The text was updated successfully, but these errors were encountered: