Skip to content

Commit a42d307

Browse files
committed
fixes for #203 and #234
1 parent addea84 commit a42d307

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ derby.log
1212
^tests/testthat/logs$
1313
^revdep$
1414
^README\.md$
15+
^issue_template.md$

R/multinom_reg_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ set_pred(
6363
mode = "classification",
6464
type = "prob",
6565
value = list(
66-
pre = check_glmnet_lambda,
66+
pre = NULL,
6767
post = organize_multnet_prob,
6868
func = c(fun = "predict"),
6969
args =

0 commit comments

Comments
 (0)