tidymodels / dials

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

Title case for mixture param #149

Closed juliasilge closed 3 years ago

juliasilge commented 3 years ago

This PR moves the mixture() param's label to title case, like everybody else.

library(dials)
#> Loading required package: scales
mixture()
#> Proportion of Lasso Penalty (quantitative)
#> Range: [0, 1]

Created on 2020-10-16 by the reprex package (v0.3.0.9001)

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.