Currently, yardstick has a lot of dots documented as "Currently not used". Have we already looked into enforcing empty dots in such cases and decided against that? Otherwise, this would be a nice improvement.
library(yardstick)
data("two_class_example")
j_index(two_class_example, truth, predicted, hello = "world")
#> # A tibble: 1 × 3
#> .metric .estimator .estimate
#> <chr> <chr> <dbl>
#> 1 j_index binary 0.673
Created on 2025-12-09 with reprex v2.1.1
Currently, yardstick has a lot of dots documented as "Currently not used". Have we already looked into enforcing empty dots in such cases and decided against that? Otherwise, this would be a nice improvement.
Created on 2025-12-09 with reprex v2.1.1