We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0231b8 commit 112f1d5Copy full SHA for 112f1d5
classification1.Rmd
@@ -1188,7 +1188,7 @@ step to the earlier `uc_recipe` recipe with the `step_upsample` function from th
1188
We show below how to do this, and also
1189
use the `group_by` and `summarize` functions to see that our classes are now balanced:
1190
1191
-```{r 05-upsample-cancer, warning=FALSE}
+```{r 05-upsample-cancer, warning = FALSE, message = FALSE}
1192
library(themis)
1193
1194
ups_recipe <- recipe(Class ~ ., data = rare_cancer) |>
0 commit comments