Alfred F. SAM
Feb 7, 2022

It is the great article and guide for {tidymodels}.

I guess these steps should be revised to

```

assessment_set <- split %>% assessment()

assessment_baked <- analysis_prepped %>% bake(new_data = assessment_set)

```

Actually, we use the preprocessing information from the analysis set to apply to assessment set and then make prediction by applying the model to the prepped data. Right?

Alfred F. SAM
Alfred F. SAM

Written by Alfred F. SAM

Data Scientist in Northbridge Financial Corporation

No responses yet