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 run_ml())

Value

Named list:

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]