select_hyper.ts_tune | R Documentation |
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.
## S3 method for class 'ts_tune'
select_hyper(obj, hyperparameters)
obj |
a |
hyperparameters |
hyperparameters dataset |
returns the optimized key number of hyperparameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.