Skip to content

fahadshery/tune

 
 

Repository files navigation

tune

Travis build status Azure pipelines build status Azure pipelines test status Codecov test coverage Azure pipelines coverage status Lifecycle: experimental

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

Installation

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:

Important Notes

This is the development version. While the APIs are pretty stable they are subject to change due to user feedback and other issues. Please give as much feedback as possible regarding the good and bad parts.

There are references to workflow objects in tune. We have another package being developed called workflows that will streamline some of the tidymodels APIs. The functions in this package related to workflows don't do much right now and are placeholders for future functions.

In this version, you can jointly tune pre-processing parameters (via a recipe) and model parameters. Once workflows is released, you can also optimize post-processing parameters at the same time (e.g. the probability threshold for two-class problems).

About

Tools for tidy parameter tuning

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%