EmilHvitfeldt / smltar

Manuscript of the book "Supervised Machine Learning for Text Analysis in R" by Emil Hvitfeldt and Julia Silge

Home Page:https://smltar.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set Echo = FALSE

EmilHvitfeldt opened this issue · comments

smltar/06_ml_regression.Rmd

Lines 343 to 348 in 375875e

```{r tunersrmse, dependson="scotustuners"}
tune_rs_rmse <- show_best(tune_rs, "rmse") %>%
pull(mean) %>%
min() %>%
round(1)
```