The goal of tune is to facilitate the tuning of hyper-parameters the
tidymodels packages. It relies heavily on recipes
, parsnip
, and
dials
.
Install from CRAN:
install.packages("tune", repos = "http://cran.r-project.org") #or your local mirror
or you can install the current development version using
devtools::install_github("tidymodels/tune")
There are a few package vignettes, the first being the Getting Started document. Other examples resources: