Package: classifierplots
Title: Generates a Visualization of Classifier Performance as a Grid of
        Diagnostic Plots
Version: 1.3.2
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 (>= 2.2), data.table (>= 1.10),
Imports: Rcpp (>= 0.12), grid, ROCR, caret, gridExtra (>= 2.2), stats,
        utils, png,
Suggests: testthat,
License: BSD 3-clause License + file LICENSE
Encoding: UTF-8
BugReports: https://github.com/ambiata/classifierplots/issues
URL: https://github.com/ambiata/classifierplots
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2017-01-25 05:00:24 UTC; adefazio
Author: Aaron Defazio [aut, cre]
Maintainer: Aaron Defazio <aaron.defazio@ambiata.com>
Repository: CRAN
Date/Publication: 2017-01-25 09:02:44
