tests/testthat/_snaps/multi_model_1.md

Test that multi_model_1 works as intended

Code
  expect_error(multi_model_1(yields[1:120, ], "normal", ".", c("knn", "svmRadial"),
  "Accuracy", ctrl))
  expect_error(multi_model_1(yields[1:120, ], "normal", ".", c("knn", "svmRadial"),
  metric = NULL, ctrl, new_data = yields[1:120, ]))
  expect_error(multi_model_1(yields[1:120, ], "normal", ".", method = NULL,
  metric = "Accuracy", ctrl, new_data = yields[1:120, ]))


Try the manymodelr package in your browser

Any scripts or data that you put into this service are public.

manymodelr documentation built on April 4, 2025, 12:01 a.m.