Skip to content

Commit 7e12f82

Browse files
remove forward ref to workflows in missing data material
1 parent 26bd213 commit 7e12f82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/classification1.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,8 +1354,7 @@ impute_missing_recipe
13541354
hidden_print_cli(impute_missing_recipe)
13551355
```
13561356

1357-
We can now include this recipe in a `workflow`. To visualize what mean
1358-
imputation does, let's just apply the recipe directly to the `missing_cancer`
1357+
To visualize what mean imputation does, let's just apply the recipe directly to the `missing_cancer`
13591358
data frame using the `bake` function. The imputation step fills in the missing
13601359
entries with the mean values of their corresponding variables.
13611360

0 commit comments

Comments
 (0)