mlr-org / mlr3measures

Performance measures used in mlr3

Home Page:https://mlr3measures.mlr-org.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mlr3measures

Package website: release | dev

r-cmd-check CRAN Status StackOverflow Mattermost

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.

About

Performance measures used in mlr3

https://mlr3measures.mlr-org.com

License:GNU Lesser General Public License v3.0


Languages

Language:R 100.0%