Skip to content

Commit

Permalink
check xgboost (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfansler authored Oct 9, 2024
1 parent ff0509c commit 54996d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-mlr3.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ test_that("mlr3 learners can be pinned", {

test_that("learners from mlr3learners can be pinned", {
skip_if_not_installed("mlr3learners")
skip_if_not_installed("xgboost")

task = mlr3::tsk("spam")
learner = mlr3learners::LearnerClassifXgboost$new()
Expand Down

0 comments on commit 54996d5

Please sign in to comment.