select_hyper.ts_tune: Select Optimal Hyperparameters for Time Series Models

View source: R/ts_tune.R

select_hyper.ts_tuneR Documentation

Select Optimal Hyperparameters for Time Series Models

Description

Identifies the optimal hyperparameters by minimizing the error from a dataset of hyperparameters. The function selects the hyperparameter configuration that results in the lowest average error. It wraps the dplyr library.

Usage

## S3 method for class 'ts_tune'
select_hyper(obj, hyperparameters)

Arguments

obj

a ts_tune object containing the model and tuning settings

hyperparameters

hyperparameters dataset

Value

returns the optimized key number of hyperparameters


daltoolbox documentation built on Nov. 3, 2024, 9:06 a.m.