From 71ed8876f7133bf208719e09da122acaed69bbff Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Fri, 26 Apr 2024 08:58:40 -0500 Subject: [PATCH] switch `ctr_reg` to `"regression"` (closes #10) --- tests/testthat/helper-objects.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/helper-objects.R b/tests/testthat/helper-objects.R index 1299a28..2f53f8c 100644 --- a/tests/testthat/helper-objects.R +++ b/tests/testthat/helper-objects.R @@ -1,2 +1,2 @@ ctr_cls <- container(mode = "classification") -ctr_reg <- container(mode = "classification") +ctr_reg <- container(mode = "regression")