Skip to content

Commit 8ee24ee

Browse files
committed
removing indent
1 parent 9836a83 commit 8ee24ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classification1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ upsampled_plot
12841284

12851285
## Putting it together in a `workflow` {#puttingittogetherworkflow}
12861286

1287-
The `tidymodels` package collection also provides the `workflow`, a way to chain \index{tidymodels!workflow} \index{workflow|see{tidymodels}} together multiple data analysis steps without a lot of otherwise necessary code for intermediate steps.
1287+
The `tidymodels` package collection also provides the `workflow`, a way to chain\index{tidymodels!workflow}\index{workflow|see{tidymodels}} together multiple data analysis steps without a lot of otherwise necessary code for intermediate steps.
12881288
To illustrate the whole pipeline, let's start from scratch with the `unscaled_wdbc.csv` data.
12891289
First we will load the data, create a model, and specify a recipe for how the data should be preprocessed:
12901290

0 commit comments

Comments
 (0)