Package: tidyrules
Type: Package
Title: Obtain Rules from Rule Based Models as Tidy Dataframe
Version: 0.1.5
Authors@R: c(
    person("Srikanth", "Komala Sheshachala", email = "sri.teach@gmail.com", role = c("aut", "cre")),
    person("Amith Kumar", "Ullur Raghavendra", email = "amith54@gmail.com", role = c("aut"))
    )
Maintainer: Srikanth Komala Sheshachala <sri.teach@gmail.com>
Depends: R (>= 3.6.0),
Imports: tibble (>= 2.0.1), stringr (>= 1.3.1), magrittr (>= 1.5),
        purrr (>= 0.3.2), assertthat (>= 0.2.0), partykit (>= 1.2.2),
Suggests: AmesHousing (>= 0.0.3), dplyr (>= 0.8), C50 (>= 0.1.2),
        Cubist (>= 0.2.2), rpart (>= 1.2.2), rpart.plot (>= 3.0.7),
        modeldata (>= 0.0.1), testthat (>= 2.0.1), MASS (>= 7.3.50),
        mlbench (>= 2.1.1), knitr (>= 1.23), rmarkdown (>= 1.13),
        pander (>= 0.6.3),
Description: Utility to convert text based summary of rule based models to a tidy dataframe (where each row represents a rule) with related metrics such as support, confidence and lift. Rule based models from these packages are supported: 'C5.0', 'rpart' and 'Cubist'.
URL: https://github.com/talegari/tidyrules
BugReports: https://github.com/talegari/tidyrules/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-06-04 12:03:26 UTC; srikanth.s1
Author: Srikanth Komala Sheshachala [aut, cre],
  Amith Kumar Ullur Raghavendra [aut]
Repository: CRAN
Date/Publication: 2020-06-04 14:10:06 UTC
Built: R 4.1.3; ; 2023-04-17 16:51:29 UTC; windows
