Skip to content

tidymodels/tune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

26d6e21 · Dec 19, 2024
Oct 18, 2024
Dec 19, 2024
Feb 2, 2021
Aug 2, 2024
Feb 19, 2024
Dec 18, 2024
Feb 28, 2024
Dec 19, 2024
Oct 18, 2024
Jan 17, 2024
Sep 28, 2022
Dec 3, 2024
Mar 6, 2023
Mar 6, 2023
Dec 5, 2024
Aug 2, 2024
Jun 3, 2024
Jun 3, 2024
Dec 19, 2024
May 27, 2020
Dec 18, 2024

Repository files navigation

tune Package hex logo. A black sticker with technicolor dials representing varying parameter values.

R-CMD-check Codecov test coverage Lifecycle: experimental CRAN status Lifecycle: stable

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

Examples

There are several package vignettes, as well as articles available at tidymodels.org, demonstrating how to use tune.

Good places to begin include:

More advanced resources available are:

Contributing

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