Nothing
Code
res <- fit(lc_basic, funded_amnt ~ term, data = lending_club, engine = "C5.0",
control = ctrl)
Condition
Error in `.convert_form_to_xy_fit()`:
! The argument `engine` cannot be used to create the data.
Possible arguments are subset or weights.
Code
multi_predict(class_fit, newdata = wa_churn[1:4, vars], trees = 4, type = "prob")
Condition
Error in `multi_predict()`:
! Please use `new_data` instead of `newdata`.
Code
f_fit <- spec %>% fit(species ~ ., data = penguins)
Condition
Warning:
! 1000 samples were requested but there were 333 rows in the data.
i 333 will be used.
Code
xy_fit <- spec %>% fit_xy(x = penguins[, -1], y = penguins$species)
Condition
Warning:
! 1000 samples were requested but there were 333 rows in the data.
i 333 will be used.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.