dials
Overview
This package contains tools to create and manage values of tuning
parameters and is designed to integrate well with the
parsnip
package.
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:
devtools::install_github("tidymodels/dials")