get_perf_metric_fn: Get default performance metric function

View source: R/performance.R

get_perf_metric_fnR Documentation

Get default performance metric function

Description

Get default performance metric function

Usage

get_perf_metric_fn(outcome_type)

Arguments

outcome_type

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

Value

Performance metric function.

Author(s)

Zena Lapp, zenalapp@umich.edu

Examples

get_perf_metric_fn("continuous")
get_perf_metric_fn("binary")
get_perf_metric_fn("multiclass")

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