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 02c6350 commit 093470bCopy full SHA for 093470b
R/predict_classprob.R
@@ -54,7 +54,7 @@ check_spec_levels <- function(spec) {
54
rlang::abort(
55
glue::glue(
56
"The outcome variable `{spec$preproc$y_var}` has a level called 'class'. ",
57
- "This level is reserved for parsnip's classification internals; please ",
+ "This value is reserved for parsnip's classification internals; please ",
58
"change the levels, perhaps with `forcats::fct_relevel()`."
59
),
60
call = NULL
0 commit comments