Skip to content

Activate test for survival aorsf #415

@AnnaNzrv

Description

@AnnaNzrv

Description

Currently single and feat_all autotests are deactivated.

Reproducible example

test_that("autotest", {
  set.seed(1) # there was presumable a weird bug
  learner = lrn("surv.aorsf")
  expect_learner(learner)
  # for some reason the feat_all test randomly stopped working, check later if the
  # problem goes away (could not reproduce locally)
  result = run_autotest(learner,
    exclude = "single || feat_all",
    N = 30,
    check_replicable = FALSE)
  expect_true(result, info = result$error)
})

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions