Learn R Programming

⚠️There's a newer version (1.0.0) of this package.Take me there.

tune

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:

devtools::install_github("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.

Copy Link

Version

Install

install.packages('tune')

Monthly Downloads

26,618

Version

0.1.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Max Kuhn

Last Published

February 28th, 2021

Functions in tune (0.1.3)

collect_predictions

Obtain and format results produced by tuning functions
expo_decay

Exponential decay function
coord_obs_pred

Use same scale for plots of observed vs predicted values
control_grid

Control aspects of the grid search process
conf_mat_resampled

Compute average confusion matrix across resamples
control_bayes

Control aspects of the Bayesian search process
augment.tune_results

Augment data with holdout predictions
check_rset

Get colors for tune text.
autoplot.tune_results

Plot tuning search results
example_ames_knn

Example Analysis of Ames Housing Data
merge.recipe

Merge parameter grid values into objects
prob_improve

Acquisition function for scoring parameter combinations
fit_resamples

Fit multiple models via resampling
finalize_model

Splice final parameters into objects
parameters.workflow

Determination of parameter sets for other objects
tune

A placeholder function for argument values that are to be tuned.
extract_recipe

Convenience functions to extract model or recipe
filter_parameters

Remove some tuning parameter results
.get_tune_parameters

Various accessor functions
last_fit

Fit the final best model to the training set and evaluate the test set
load_pkgs

Quietly load package namespace
message_wrap

Write a message that respects the line width
tune_bayes

Bayesian optimization of model parameters.
tune_args

Determine arguments tagged for tuning
tune_grid

Model tuning via grid search
outcome_names

Determine names of the outcome data in a workflow
required_pkgs.model_spec

Determine packages required by objects
show_best

Investigate best tuning parameters
reexports

Objects exported from other packages
min_grid.model_spec

Determine the minimum set of model fits
tunable.model_spec

Find recommended methods for generating parameter values