hplieninger / tune

Tools for tidy parameter tuning

Home Page:https://tidymodels.github.io/tune/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Tools for tidy parameter tuning

https://tidymodels.github.io/tune/

License:Other


Languages

Language:R 100.0%