Package: breakDown
Title: Break Down Plots
Version: 0.1.4
Authors@R: person("Przemyslaw", "Biecek", email = "przemyslaw.biecek@gmail.com", role = c("aut", "cre"))
Description: Break Down Plots are inspired by waterfall plots created by 'xgboostExplainer' package
    (see <https://github.com/AppliedDataSciencePartners/xgboostExplainer>). 
    The idea behind Break Down Plots it to decompose model prediction for a single observation. 
    Break Down Plots show the contribution of every variable present in the model. 
    Such plots will work for binary classifiers and general regression models. 
Depends: R (>= 3.0)
Date: 2018-02-15
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports: ggplot2
RoxygenNote: 6.0.1.9000
Suggests: knitr, rmarkdown, caret, randomForest, ranger
VignetteBuilder: knitr
URL: https://pbiecek.github.io/breakDown/
BugReports: https://github.com/pbiecek/breakDown/issues
NeedsCompilation: no
Packaged: 2018-02-27 06:09:40 UTC; pbiecek
Author: Przemyslaw Biecek [aut, cre]
Maintainer: Przemyslaw Biecek <przemyslaw.biecek@gmail.com>
Repository: CRAN
Date/Publication: 2018-02-27 06:35:10 UTC
