get_hp_performance {mikropml} | R Documentation |
Get hyperparameter performance metrics
Description
Get hyperparameter performance metrics
Usage
get_hp_performance(trained_model)
Arguments
trained_model |
trained model (e.g. from |
Value
Named list:
-
dat
: Dataframe of performance metric for each group of hyperparameters. -
params
: Hyperparameters tuned. -
metric
: Performance metric used.
Author(s)
Zena Lapp, zenalapp@umich.edu
Kelly Sovacool sovacool@umich.edu
Examples
get_hp_performance(otu_mini_bin_results_glmnet$trained_model)
[Package mikropml version 1.6.1 Index]