Skip to content

Commit 112f1d5

Browse files
committed
added message = FALSE to code chunk loading themis
1 parent c0231b8 commit 112f1d5

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
@@ -1188,7 +1188,7 @@ step to the earlier `uc_recipe` recipe with the `step_upsample` function from th
11881188
We show below how to do this, and also
11891189
use the `group_by` and `summarize` functions to see that our classes are now balanced:
11901190

1191-
```{r 05-upsample-cancer, warning=FALSE}
1191+
```{r 05-upsample-cancer, warning = FALSE, message = FALSE}
11921192
library(themis)
11931193
11941194
ups_recipe <- recipe(Class ~ ., data = rare_cancer) |>

0 commit comments

Comments
 (0)