get_hp_performance: Get hyperparameter performance metrics

get_hp_performanceR 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:

  • 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)

mikropml documentation built on Aug. 21, 2023, 5:10 p.m.