# empty printing Code rec Message -- Recipe ---------------------------------------------------------------------- -- Inputs Number of variables by role outcome: 1 predictor: 4 -- Operations * Data depth by Species for: --- Code rec Message -- Recipe ---------------------------------------------------------------------- -- Inputs Number of variables by role outcome: 1 predictor: 4 -- Training information Training data contained 150 data points and no incomplete rows. -- Operations * Data depth by Species for: | Trained # keep_original_cols - can prep recipes with it missing Code rec <- prep(rec) Condition Warning: 'keep_original_cols' was added to `step_depth()` after this recipe was created. Regenerate your recipe to avoid this warning. # printing Code print(rec) Message -- Recipe ---------------------------------------------------------------------- -- Inputs Number of variables by role outcome: 1 predictor: 4 -- Operations * Data depth by Species for: all_predictors() --- Code prep(rec) Message -- Recipe ---------------------------------------------------------------------- -- Inputs Number of variables by role outcome: 1 predictor: 4 -- Training information Training data contained 150 data points and no incomplete rows. -- Operations * Data depth by Species for: Sepal.Length, Sepal.Width, ... | Trained