tidymodels / dials

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

better parameter printing and a function to pull a dials object out: #136

Closed topepo closed 4 years ago

topepo commented 4 years ago

old:

> parameters(rec)
Collection of 2 parameters for tuning

   id parameter type object class
  wts       deg_free    nparam[+]
 disp       deg_free    nparam[+]

new:

> parameters(rec)
Collection of 2 parameters for tuning

 identifier     type    object
        wts deg_free nparam[+]
       disp deg_free nparam[+]
github-actions[bot] commented 3 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.