dials icon indicating copy to clipboard operation
dials copied to clipboard

pluralize possible values in `print.qual_param`

Open simonpcouch opened this issue 3 years ago • 0 comments

"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)

simonpcouch avatar Aug 15 '22 14:08 simonpcouch