Skip to content

Commit

Permalink
Update PipeOpProbRegr.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Sonabend committed Aug 5, 2020
1 parent 19219d6 commit ac23952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/PipeOpProbRegr.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ PipeOpProbregrCompositor = R6Class("PipeOpProbregrCompositor",
}


list(PredictionRegr$new(row_ids = learner$row_ids,
list(mlr3::PredictionRegr$new(row_ids = learner$row_ids,
truth = learner$truth,
response = learner$response,
se = learner$se,
Expand Down

0 comments on commit ac23952

Please sign in to comment.