Skip to content

Commit 64680a2

Browse files
Get rid of "partial argument match of 'mod' to 'model'" warning during testing
1 parent 76581a0 commit 64680a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/rand_forest_data.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ set_pred(
214214
)
215215

216216
set_pred(
217-
mod = "rand_forest",
217+
model = "rand_forest",
218218
eng = "ranger",
219219
mode = "classification",
220220
type = "raw",
@@ -254,7 +254,7 @@ set_pred(
254254

255255

256256
set_pred(
257-
mod = "rand_forest",
257+
model = "rand_forest",
258258
eng = "ranger",
259259
mode = "regression",
260260
type = "conf_int",

0 commit comments

Comments
 (0)