hyperRisk: Summarize Cross-Validated Risks by Class with Hyperparameter

View source: R/summary_functions.R

hyperRiskR Documentation

Summarize Cross-Validated Risks by Class with Hyperparameter

Description

hyperRisk() groups together estimators of the same class and parses the hyperparameter values over quantiles of the risk.

Usage

hyperRisk(dat)

Arguments

dat

The tibble of cross-validated risk calculations which is output by cvCovEst().

Value

A named list of data frames. Each list element corresponds to a tibble of summary statistics for a specific estimator class. If no estimators have hyper-parameters, a message is returned.


cvCovEst documentation built on May 29, 2024, 5:51 a.m.