tidymodels / dials

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

allow `label` to be NULL #267

Closed hfrick closed 1 year ago

hfrick commented 1 year ago

closes #266

library(dials)
#> Loading required package: scales

new_quant_param(type = "double", range = c(0, 1), inclusive = c(TRUE, TRUE),
                label = NULL)
#> Quantitative Parameter
#> Range: [0, 1]

Created on 2022-11-23 with reprex v2.0.2

github-actions[bot] commented 1 year ago

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.