Package: probably
Version: 0.0.1
Title: Tools for Post-Processing Class Probability Estimates
Description: Models can be improved by post-processing class probabilities, by: recalibration, conversion to hard probabilities, assessment of equivocal zones, and other activities. 'probably' contains tools for conducting these operations. 
Authors@R: c(
    person("Max", "Kuhn", , "max@rstudio.com", c("aut", "cre")),
    person("Davis", "Vaughan", , "davis@rstudio.com", c("aut")),
    person("RStudio", role = "cph"))
Maintainer: Max Kuhn <max@rstudio.com>
URL: https://github.com/tidymodels/probably/
BugReports: https://github.com/tidymodels/probably/issues
License: GPL-2
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 6.1.0.9000
Depends: R (>= 2.10)
Imports: dplyr, generics, rlang, tidyselect, vctrs, yardstick
Suggests: testthat, covr, knitr, rmarkdown, parsnip, ggplot2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-12-09 22:00:37 UTC; davis
Author: Max Kuhn [aut, cre],
  Davis Vaughan [aut],
  RStudio [cph]
Repository: CRAN
Date/Publication: 2018-12-18 16:40:05 UTC
