Type: Package
Package: MetricsWeighted
Title: Weighted Metrics, Scoring Functions and Performance Measures for
        Machine Learning
Version: 0.5.1
Date: 2020-04-18
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)
URL: https://github.com/mayer79/MetricsWeighted
BugReports: https://github.com/mayer79/MetricsWeighted/issues
Depends: R (>= 3.1.0)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Imports: stats
Suggests: graphics, dplyr, knitr
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-04-18 13:57:02 UTC; Michael
Author: Michael Mayer [aut, cre, cph],
  Christian Lorentzen [ctb, rev]
Repository: CRAN
Date/Publication: 2020-04-18 14:20:03 UTC
Built: R 3.6.3; ; 2020-08-05 01:21:43 UTC; windows
