Type: Package
Package: MetricsWeighted
Title: Weighted Metrics, Scoring Functions and Performance Measures for
        Machine Learning
Version: 0.5.4
Date: 2022-01-23
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"))
Maintainer: Michael Mayer <mayermichael79@gmail.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.1.1
URL: https://github.com/mayer79/MetricsWeighted
BugReports: https://github.com/mayer79/MetricsWeighted/issues
Imports: stats, graphics
Suggests: knitr, dplyr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-01-23 16:48:19 UTC; Michael
Author: Michael Mayer [aut, cre, cph],
  Christian Lorentzen [ctb, rev]
Repository: CRAN
Date/Publication: 2022-01-23 17:12:42 UTC
Built: R 4.0.5; ; 2022-01-24 23:44:06 UTC; unix
