Package: MetricsWeighted
Title: Weighted Metrics, Scoring Functions and Performance Measures for
        Machine Learning
Version: 0.5.5
Authors@R: 
    c(person(given = "Michael",
             family = "Mayer",
             role = c("aut", "cre", "cph"),
             email = "mayermichael79@gmail.com"),
      person(given = "Christian",
             family = "Lorentzen",
             role = c("ctb", "rev"),
             email = "lorentzen.ch@googlemail.com"))
Description: Provides weighted versions of several metrics, scoring
    functions 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
RoxygenNote: 7.2.3
Imports: stats, graphics
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
URL: https://github.com/mayer79/MetricsWeighted
BugReports: https://github.com/mayer79/MetricsWeighted/issues
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-03-24 12:12:46 UTC; Michael
Author: Michael Mayer [aut, cre, cph],
  Christian Lorentzen [ctb, rev]
Maintainer: Michael Mayer <mayermichael79@gmail.com>
Repository: CRAN
Date/Publication: 2023-03-24 12:40:02 UTC
