# check_name() is used Code prep(rec, training = dat) Condition Error in `step_holiday()`: Caused by error in `bake()`: ! Name collision occured. The following variable names already exists: i day_Easter # empty printing Code rec Message -- Recipe ---------------------------------------------------------------------- -- Inputs Number of variables by role outcome: 1 predictor: 10 -- Operations * Holiday features from: --- 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 * Holiday features from: | Trained # keep_original_cols - can prep recipes with it missing Code rec <- prep(rec) Condition Warning: 'keep_original_cols' was added to `step_holiday()` after this recipe was created. Regenerate your recipe to avoid this warning. # printing Code print(rec) Message -- Recipe ---------------------------------------------------------------------- -- Inputs Number of variables by role predictor: 1 -- Operations * Holiday features from: all_predictors() --- Code prep(rec) Message -- Recipe ---------------------------------------------------------------------- -- Inputs Number of variables by role predictor: 1 -- Training information Training data contained 366 data points and 1 incomplete row. -- Operations * Holiday features from: day | Trained