> spruce_class_multi(
+ tibble(a = factor(letters[1:5]), b = factor(letters[2:6]))
+ )
# A tibble: 5 × 2
.pred_class_1 .pred_class_2
<fct> <fct>
1 a b
2 b c
3 c d
4 d e
5 e f
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Fix #161 But need clarification from #223
Examples
Created on 2023-03-19 by the reprex package (v2.0.1)