Transform PredictionSurv to PredictionRegr.
Input and Output Channels
Input and output channels are inherited from PipeOpPredTransformer.
The output is the input PredictionSurv transformed to a PredictionRegr. Censoring is ignored.
crank and lp predictions are also ignored.
State
The $state is a named list with the $state elements inherited from PipeOpPredTransformer.
See also
Other PipeOps:
PipeOpPredTransformer,
PipeOpTaskTransformer,
PipeOpTransformer,
mlr_pipeops_survavg,
mlr_pipeops_trafopred_classifsurv_IPCW,
mlr_pipeops_trafopred_classifsurv_disctime,
mlr_pipeops_trafopred_regrsurv,
mlr_pipeops_trafotask_regrsurv,
mlr_pipeops_trafotask_survclassif_IPCW,
mlr_pipeops_trafotask_survclassif_disctime,
mlr_pipeops_trafotask_survregr
Other Transformation PipeOps:
mlr_pipeops_trafopred_classifsurv_IPCW,
mlr_pipeops_trafopred_classifsurv_disctime,
mlr_pipeops_trafopred_regrsurv,
mlr_pipeops_trafotask_regrsurv,
mlr_pipeops_trafotask_survclassif_IPCW,
mlr_pipeops_trafotask_survclassif_disctime,
mlr_pipeops_trafotask_survregr
Super classes
mlr3pipelines::PipeOp -> mlr3proba::PipeOpTransformer -> mlr3proba::PipeOpPredTransformer -> PipeOpPredSurvRegr
Methods
Method new()
Creates a new instance of this R6 class.
Usage
PipeOpPredSurvRegr$new(id = "trafopred_survregr")