get_perf_metric_fn {mikropml} | R 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: |
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")
[Package mikropml version 1.6.1 Index]