Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Nov 29, 2024
1 parent 017d511 commit 73996e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/worker.R
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ learner_predict = function(learner, task, row_ids = NULL) {


if (is.null(pdata)) {
lg$debug("Creating new Prediction using fallback '%s'", fb$id)
lg$debug("Creating new Prediction using fallback '%s'",
fb$id, learner = fb$clone())

learner$state$log = append_log(learner$state$log, "predict", "output", "Using fallback learner for predictions")
pdata = predict_fb(task$row_ids)
Expand Down

0 comments on commit 73996e7

Please sign in to comment.