Package: MetricsWeighted Title: Weighted Metrics and Performance Measures for Machine Learning Version: 1.0.4 Authors@R: c( person("Michael", "Mayer", , "mayermichael79@gmail.com", role = c("aut", "cre")), person("Christian", "Lorentzen", , "lorentzen.ch@googlemail.com", role = "ctb") ) Description: Provides weighted versions of several metrics and performance measures used in machine learning, including average unit deviances of the Bernoulli, Tweedie, Poisson, and Gamma distributions, see Jorgensen B. (1997, ISBN: 978-0412997112). The package also contains a weighted version of generalized R-squared, see e.g. Cohen, J. et al. (2002, ISBN: 978-0805822236). Furthermore, 'dplyr' chains are supported. License: GPL (>= 2) Depends: R (>= 3.1.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: graphics, stats URL: https://github.com/mayer79/MetricsWeighted BugReports: https://github.com/mayer79/MetricsWeighted/issues Suggests: knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Repository: https://mayer79.r-universe.dev Date/Publication: 2025-04-12 18:21:05 UTC RemoteUrl: https://github.com/mayer79/metricsweighted RemoteRef: HEAD RemoteSha: 4f4dfa806fd0311f54791b535b390afbf9651086 NeedsCompilation: no Packaged: 2026-07-02 09:13:43 UTC; root Author: Michael Mayer [aut, cre], Christian Lorentzen [ctb] Maintainer: Michael Mayer