Type: Package
Package: MetricsWeighted
Title: Weighted Metrics and Performance Measures for Machine Learning
Version: 0.1.0
Date: 2019-07-24
Authors@R: 
    person(given = "Michael",
           family = "Mayer",
           role = c("aut", "cre", "cph"),
           email = "mayermichael79@gmail.com")
Author: Michael Mayer [aut, cre, cph]
Maintainer: Michael Mayer <mayermichael79@gmail.com>
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 e.g. Ohlsson E. and Johansson B. (2015, ISBN: 978-3642107900). The
    package also contains a weighted version of generalized R-squared, see
    e.g. Cohen, Jacob. et al. (2002, ISBN: 978-0805822236). Furthermore,
    'dplyr' chains are supported.
License: GPL (>= 2)
Depends: R (>= 3.5.0)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Imports: stats
Suggests: dplyr, knitr
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-24 20:03:18 UTC; Michael
Repository: CRAN
Date/Publication: 2019-07-28 07:50:03 UTC
