Package website: release | dev
Implements multiple performance measures for supervised learning. Includes over 40 measures for regression and classification. Additionally, meta information about the performance measures can be queried, e.g. what the best and worst possible performances scores are. Internally, checkmate is used to check arguments efficiently - no other runtime dependencies.
The function reference gives an encompassing overview over implemented measures.
Note that explicitly loading this package is not required if you want to use any of these measures in mlr3.
Also note that we advise against attaching the package via library()
to avoid namespace clashes.
Instead, load the namespace via requireNamespace()
and use the ::
operator.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.