tidymodels / dials

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

Change log-10 to log10 or log(10) #116

Closed kwstat closed 4 years ago

kwstat commented 4 years ago

The "log-10" looks like "log base -10", which is confusing.

This shows up here:

@param log_vals A logical: should the ranges be set on the log-10 scale?

And

trans_new(paste0("log-",
topepo commented 4 years ago

trans_new(paste0("log-", is from the scales package. You'd have to put in an issue with them to get that changed.

github-actions[bot] commented 3 years ago

This issue 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.