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 addea84 commit a42d307Copy full SHA for a42d307
.Rbuildignore
@@ -12,3 +12,4 @@ derby.log
12
^tests/testthat/logs$
13
^revdep$
14
^README\.md$
15
+^issue_template.md$
R/multinom_reg_data.R
@@ -63,7 +63,7 @@ set_pred(
63
mode = "classification",
64
type = "prob",
65
value = list(
66
- pre = check_glmnet_lambda,
+ pre = NULL,
67
post = organize_multnet_prob,
68
func = c(fun = "predict"),
69
args =
0 commit comments