Package: mupet Title: Multiclass Performance Evaluation Toolkit Version: 0.1.0 Authors@R: c( person( "Lise", "Bellanger", role = "aut" ), person( "Manon", "Simonot", role = "aut" ), person( "Aymeric", "Stamm", email = "aymeric.stamm@cnrs.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8725-3654") )) Description: Implementation of custom 'tidymodels' metrics for multi-class prediction models with a single negative class. Currently are implemented macro-average sensitivity and specificity as in Mortaz, Ebrahim (2020) "Imbalance accuracy metric for model selection in multi-class imbalance classification problems” and a generalized weighted Youden index as in Li, D.L., Shen F., Yin Y., Peng J.X and Chen P.Y. (2013) “Weighted Youden index and its two-independent-sample comparison based on weighted sensitivity and specificity” . License: MIT + file LICENSE Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/astamm/mupet, https://astamm.github.io/mupet/ BugReports: https://github.com/astamm/mupet/issues Imports: rlang, yardstick Repository: https://astamm.r-universe.dev Date/Publication: 2026-01-16 14:17:34 UTC RemoteUrl: https://github.com/astamm/mupet RemoteRef: HEAD RemoteSha: 4d855ed30f68b16c8c89d967ba1aba72fc517a9e NeedsCompilation: no Packaged: 2026-06-21 10:03:01 UTC; root Author: Lise Bellanger [aut], Manon Simonot [aut], Aymeric Stamm [aut, cre] (ORCID: ) Maintainer: Aymeric Stamm