tidymodels / dials

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

parameters is under-documented #313

Open jxu opened 1 year ago

jxu commented 1 year ago

?parameters says next to nothing about what param is. This is apparently something I need to pass to tune_bayes(..., param_info) but there are no examples of how to finalize mtry(). (Maybe this should be an issue for tune.)