Package: probably
Version: 0.0.2
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.1
Depends: R (>= 2.10)
Imports: dplyr, generics, rlang, tidyselect, vctrs, yardstick
Suggests: covr, ggplot2, knitr, parsnip, rmarkdown, rsample, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-03-07 17:24:18 UTC; davis
Author: Max Kuhn [aut, cre],
  Davis Vaughan [aut],
  RStudio [cph]
Repository: CRAN
Date/Publication: 2019-03-07 17:40:08 UTC
