Skip to content

Commit

Permalink
Update R/EnsembleFSResult.R
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Becker <33069354+be-marc@users.noreply.github.com>
  • Loading branch information
bblodfon and be-marc authored Jun 18, 2024
1 parent 8d99cfc commit a845080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/EnsembleFSResult.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ EnsembleFSResult = R6Class("EnsembleFSResult",
#' Column name of `"result"` that corresponds to the measure used.
#' @param minimize (`logical(1)`)\cr
#' If `TRUE` (default), lower values of the measure correspond to higher performance.
initialize = function(result, features, benchmark_result = NULL, measure_var,
initialize = function(result, features, benchmark_result = NULL, measure_id,
minimize = TRUE) {
assert_data_table(result)
private$.measure_var = assert_string(measure_var, null.ok = FALSE)
Expand Down

0 comments on commit a845080

Please sign in to comment.