# Two classdata("two_class_example")brier_class(two_class_example, truth, Class1)#> # A tibble: 1 × 3#> .metric .estimator .estimate#> <chr> <chr> <dbl>#> 1brier_classbinary 0.106# Multiclasslibrary(dplyr) data(hpc_cv)# You can use the col1:colN tidyselect syntaxhpc_cv %>%...