Skip to content

Commit

Permalink
add parameter to test
Browse files Browse the repository at this point in the history
  • Loading branch information
bblodfon committed Aug 21, 2024
1 parent d16ea08 commit 239b109
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/paramtest/test_paramtest_regr.xgboost.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ test_that("regr.xgboost", {
"label", # handled by mlr3
"weight", # handled by mlr3
"nthread", # handled by mlr3
"feval" # handled via eval_metric parameter
"feval", # handled via eval_metric parameter
"base_margin" # handled by mlr3
)

ParamTest = run_paramtest(learner, fun, exclude, tag = "train")
Expand Down

0 comments on commit 239b109

Please sign in to comment.