Package: classifierplots
Title: Generates a Visualization of Classifier Performance as a Grid of
        Diagnostic Plots
Version: 1.3.1
Authors@R: person("Aaron", "Defazio", email = "aaron.defazio@ambiata.com", role = c("aut", "cre"))
Description: Generates a visualization of binary classifier performance as a grid of
    diagnostic plots with just one function call. Includes ROC curves,
	prediction density, accuracy, precision, recall and calibration plots, all using
	ggplot2 for easy modification.
	Debug your binary classifiers faster and easier!
Depends: R (>= 3.1), ggplot2, data.table
Imports: grid, ROCR, caret, gridExtra (>= 2.2), stats, utils, png,
Suggests: testthat,
License: BSD 3-clause License + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2017-01-12 05:52:46 UTC; adefazio
Author: Aaron Defazio [aut, cre]
Maintainer: Aaron Defazio <aaron.defazio@ambiata.com>
Repository: CRAN
Date/Publication: 2017-01-12 15:13:34
