mlr3pipelines icon indicating copy to clipboard operation
mlr3pipelines copied to clipboard

learner_cv use cv-models for inference

Open mb706 opened this issue 1 year ago • 2 comments

think about: should this give out a multiplicity during prediction? Then during training, it could give just N x what it already returns, during inference the multiplicity of predictions of all models. Or we do averaging in the learnercv (less flexible?). I think we currently don't have any POs that would be compatible with option 1.

mb706 avatar Sep 24 '24 08:09 mb706