/tune

Tools for tidy parameter tuning

Primary LanguageROtherNOASSERTION

tune

R build status Codecov test coverage Lifecycle: experimental

The goal of tune is to facilitate the tuning of hyper-parameters the tidymodels packages. It relies heavily on recipes, parsnip, and dials.

Installation

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")

Examples

There are a few package vignettes, the first being the Getting Started document. Other examples resources: