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 e0a238d commit c074f3aCopy full SHA for c074f3a
R/boost_tree.R
@@ -331,7 +331,7 @@ process_others <- function(others, arg_list) {
331
if (length(guarded_supplied) > 0) {
332
cli::cli_warn(
333
c(
334
- "!" = "{cli::qty(guarded_supplied)} The argument{?s} {.arg {guarded_supplied}} \
+ "!" = "{cli::qty(guarded_supplied)}The argument{?s} {.arg {guarded_supplied}} \
335
{?is/are} guarded by parsnip and will not be passed to {.fun xgb.train}."
336
),
337
class = "xgboost_guarded_warning"
0 commit comments