tidymodels / dials

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

type stable `trans` values #255

Open topepo opened 1 year ago

topepo commented 1 year ago

Right not is defaults to NULL but could be a transformer from the scales package. Maybe we should default to scales::identity_trans instead.