tidymodels / dials

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

update `parameters.default` prompt #226

Closed simonpcouch closed 2 years ago

simonpcouch commented 2 years ago
library(dials)
#> Loading required package: scales

parameters(tibble::as_tibble(mtcars))
#> Error in `parameters()`:
#> ! `parameters` objects cannot be created from objects of class `tbl_df`.

Created on 2022-04-20 by the reprex package (v2.0.1)

Closes #225. :)

github-actions[bot] commented 2 years 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.