We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c809f4 commit 9001b00Copy full SHA for 9001b00
tests/testthat/test_multinom_reg.R
@@ -104,5 +104,3 @@ test_that('bad input', {
104
expect_error(translate(multinom_reg() %>% set_engine()))
105
expect_warning(translate(multinom_reg() %>% set_engine("glmnet", x = iris[,1:3], y = iris$Species)))
106
})
107
-
108
0 commit comments