Skip to content

Overview

The goal of tune is to facilitate hyperparameter tuning for 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:

# install.packages("pak")
pak::pak("tidymodels/tune")

Contributing

This project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.