Code
tst(a)
Condition
Error in `check_missing()`:
Caused by error in `bake()`:
! The following columns contains missing values: a.
Code
tst(b)
Condition
Error in `check_missing()`:
Caused by error in `bake()`:
! The following columns contains missing values: b.
Code
tst(d)
Condition
Error in `check_missing()`:
Caused by error in `bake()`:
! The following columns contains missing values: d.
Code
tst(e)
Condition
Error in `check_missing()`:
Caused by error in `bake()`:
! The following columns contains missing values: e.
Code
tst(a, e)
Condition
Error in `check_missing()`:
Caused by error in `bake()`:
! The following columns contains missing values: a and e.
Code
tst(all_predictors())
Condition
Error in `check_missing()`:
Caused by error in `bake()`:
! The following columns contains missing values: a, b, d, and e.
Code
bake(rp, na)
Condition
Error in `bake()`:
! The following columns contains missing values: a.
Code
bake(rec_trained, new_data = mtcars[, -3])
Condition
Error in `check_missing()`:
! The following required column is missing from `new_data`: disp.
Code
rec
Message
-- Recipe ----------------------------------------------------------------------
-- Inputs
Number of variables by role
outcome: 1
predictor: 10
-- Operations
* Check missing values for: <none>
Code
rec
Message
-- Recipe ----------------------------------------------------------------------
-- Inputs
Number of variables by role
outcome: 1
predictor: 10
-- Training information
Training data contained 32 data points and no incomplete rows.
-- Operations
* Check missing values for: <none> | Trained
Code
print(rec)
Message
-- Recipe ----------------------------------------------------------------------
-- Inputs
Number of variables by role
undeclared role: 11
-- Operations
* Check missing values for: all_numeric()
Code
prep(rec)
Message
-- Recipe ----------------------------------------------------------------------
-- Inputs
Number of variables by role
undeclared role: 11
-- Training information
Training data contained 32 data points and no incomplete rows.
-- Operations
* Check missing values for: mpg, cyl, disp, hp, drat, wt, ... | Trained
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.