Nothing
Code
res_fit <- tune_grid(parsnip::nearest_neighbor("regression", "kknn",
dist_power = tune()), Sale_Price ~ ., folds, grid = 2, control = control_grid(
allow_par = FALSE))
Message
> A | error: invalid type (list) for variable 'First_Flr_SF'
Condition
Code
res_fit <- tune_grid(wf_spec, folds, grid = 2, control = control_grid(
allow_par = FALSE))
Message
> A | error: invalid type (list) for variable 'First_Flr_SF'
Condition
Code
res_fit <- tune_grid(wf_spec, folds, grid = 2, control = control_grid(
allow_par = FALSE))
Message
> A | error: Assigned data `.ind` must be compatible with existing data.
Condition
Code
res_fit <- tune_grid(wf_spec, folds, grid = 2, control = control_grid(
allow_par = FALSE))
Message
> A | error: Error in `step_logging_helper()`:
Condition
Code
res_fit <- tune_grid(wf_spec, folds, grid = 2, control = control_grid(
allow_par = FALSE))
Message
> A | warning: testing warning
Code
res_fit <- tune_grid(wf_spec, folds, grid = 2, control = control_grid(
allow_par = FALSE))
Message
Code
res_fit <- tune_grid(wf_spec, folds, grid = 2, control = control_grid(
allow_par = FALSE, extract = extract_error))
Message
> A | error: extract error
Code
res_fit <- tune_grid(wf_spec, folds, grid = 2, control = control_grid(
allow_par = FALSE))
Message
> A | error: NA/NaN/Inf in foreign function call (arg 1)
Condition
Code
res_fit <- tune_grid(wf_spec, folds, grid = 2, control = control_grid(
allow_par = FALSE))
Message
Condition
Code
res_fit <- tune_grid(wf_spec, folds, grid = 2, control = control_grid(
allow_par = FALSE))
Message
> A | error: Error in `step_logging_helper()`:
Condition
Code
res_fit <- tune_grid(wf_spec, folds, grid = 2, control = control_grid(
allow_par = FALSE))
Message
> A | error: Error in `step_logging_helper()`:
Condition
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.