Skip to content

Enforce empty dots? #565

@hfrick

Description

@hfrick

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    upkeepmaintenance, infrastructure, and similar

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions