-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Extend PipeOpLearnerCV for other resamplings #500
Comments
problem to anticipate here is that not all resamplings create a prediction for every input row (#216 will get relevant here), and some may create multiple predictios (does mean averaging usually make sense?) |
This is rather urgent though, as the current version blocks e.g. In general, another possibility would be to
|
filling with |
The number of output cols: We can just store the number of outputs in train and enforce the same length in test. |
levels = c("cv", "insample")
is currently very limited and not flexibly extensible i.e. for mlr3spatiotmpcv resamplings.Might need some mechanism to allow a subset of mlr_resamplings
The text was updated successfully, but these errors were encountered: