Skip to content

Commit

Permalink
Simplify PipeOpSmote.R
Browse files Browse the repository at this point in the history
  • Loading branch information
mb706 authored Aug 6, 2024
1 parent e9f981d commit 577b673
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/PipeOpSmote.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ PipeOpSmote = R6Class("PipeOpSmote",
cols = private$.select_cols(task)

if (!length(cols)) {
self$state = list(dt_columns = cols)
return(task)
}
dt = task$data(cols = cols)
Expand Down

0 comments on commit 577b673

Please sign in to comment.