Skip to content

Commit

Permalink
allow for setting control parameters (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumny authored Mar 13, 2021
1 parent bea2614 commit b193252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/LearnerRegrKM.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ LearnerRegrKM = R6Class("LearnerRegrKM",
response = task$truth(),
design = data,
control = pars$control,
.args = remove_named(pars, "nugget.stability")
.args = remove_named(pars, c("control", "nugget.stability"))
)
},

Expand Down

0 comments on commit b193252

Please sign in to comment.