mlr3pipelines icon indicating copy to clipboard operation
mlr3pipelines copied to clipboard

Quantiles PipeOp

Open be-marc opened this issue 1 year ago • 0 comments

Implement a PipeOp quantile prediction for learners that can only predict one quantile like gbm https://github.com/mlr-org/mlr3extralearners/blob/0297a064dda0424305a21f4b02cc27b47438f354/R/learner_gbm_regr_gbm.R#L105-L107. The pipop should train model for each requested quantile in $train() and then combine the quantiles to one prediction in $predict().

be-marc avatar Sep 14 '24 09:09 be-marc