Overview
This package contains infrastructure to create and manage values of tuning parameters for the tidymodels packages. If you are looking for how to tune parameters in tidymodels, please look at the tune package and tidymodels.org.
The name reflects the idea that tuning predictive models can be like turning a set of dials on a complex machine under duress.
Installation
You can install the released version of dials from CRAN with:
install.packages("dials")
You can install the development version from Github with:
# install.packages("pak")
pak::pak("tidymodels/dials")
Contributing
Please note that the dials project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
For questions and discussions about tidymodels packages, modeling, and machine learning, please post on Posit Community.
If you think you have encountered a bug, please submit an issue.
Either way, learn how to create and share a reprex (a minimal, reproducible example), to clearly communicate about your code.
Check out further details on contributing guidelines for tidymodels packages and how to get help.