Learn R Programming

tidysdm (version 1.0.0)

sdm_metric_set: Metric set for SDM

Description

This function returns a yardstick::metric_set that includes boyce_cont(), yardstick::roc_auc() and tss_max(), the most commonly used metrics for SDM.

Usage

sdm_metric_set(...)

Value

a yardstick::metric_set object.

Arguments

...

additional metrics to be added to the yardstick::metric_set. See the help to yardstick::metric_set() for constraints on the type of metrics that can be mixed.

Examples

Run this code
sdm_metric_set()
sdm_metric_set(accuracy)

Run the code above in your browser using DataLab