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.
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")