Learn R Programming

mupet

The goal of {mupet} is to provide a performance evaluation toolkit for multi-class prediction models in the form of metric functions compatible with the tidymodels framework, through the API designed in the {yardstick} package.

Installation

You can install the package directly from CRAN using:

pak::pak("mupet")

Or you can install the development version of mupet like so:

# pak::pak("remotes")
remotes::install_github("astamm/mupet")

Copy Link

Version

Install

install.packages('mupet')

Version

0.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Aymeric Stamm

Last Published

January 21st, 2026

Functions in mupet (0.1.0)

weighted_youden_index

Weighted Youden Index
macro_average_sensitivity

Macro Average Sensitivity
macro_average_specificity

Macro Average Specificity