get_perf_metric_name: Get default performance metric name

View source: R/performance.R

get_perf_metric_nameR Documentation

Get default performance metric name

Description

Get default performance metric name for cross-validation.

Usage

get_perf_metric_name(outcome_type)

Arguments

outcome_type

Type of outcome (one of: "continuous","binary","multiclass").

Value

Performance metric name.

Author(s)

Zena Lapp, zenalapp@umich.edu

Examples

get_perf_metric_name("continuous")
get_perf_metric_name("binary")
get_perf_metric_name("multiclass")

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