tidymodels / dials

Tools for creating tuning parameter values
https://dials.tidymodels.org/
Other
111 stars 26 forks source link

pluralize possible values in `print.qual_param` #249

Closed simonpcouch closed 1 year ago

simonpcouch commented 2 years ago

"2 possible value include" in output of:

dials::new_qual_param(
  type = "character",
  values = c("rmse", "logloss"),
  label = c(eval_metric = "Evaluation Metric")
)
#> Evaluation Metric  (qualitative)
#> 2 possible value include:
#> 'rmse' and 'logloss'

Created on 2022-08-15 by the reprex package (v2.0.1)

github-actions[bot] commented 1 year ago

This issue 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.