Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Jan 27, 2024
1 parent 7a83f7a commit 9609008
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/PipeOpTaskPreproc.R
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ PipeOpTaskPreproc = R6Class("PipeOpTaskPreproc",
return(task)
}
dt = task$data(cols = cols)
print(dt)
dt = as.data.table(private$.predict_dt(dt, task$levels(cols)))
task$select(setdiff(task$feature_names, cols))$cbind(dt)
},
Expand Down

0 comments on commit 9609008

Please sign in to comment.