tidyrules: Obtain Rules from Rule Based Models as Tidy Dataframe

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'.

Version: 0.1.5
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)
Published: 2020-06-04
Author: Srikanth Komala Sheshachala [aut, cre], Amith Kumar Ullur Raghavendra [aut]
Maintainer: Srikanth Komala Sheshachala <sri.teach at gmail.com>
BugReports: https://github.com/talegari/tidyrules/issues
License: GPL-3
URL: https://github.com/talegari/tidyrules
NeedsCompilation: no
Materials: README NEWS
CRAN checks: tidyrules results

Documentation:

Reference manual: tidyrules.pdf
Vignettes: Using tidyrules

Downloads:

Package source: tidyrules_0.1.5.tar.gz
Windows binaries: r-devel: tidyrules_0.1.5.zip, r-release: tidyrules_0.1.5.zip, r-oldrel: tidyrules_0.1.5.zip
macOS binaries: r-release (arm64): tidyrules_0.1.5.tgz, r-oldrel (arm64): tidyrules_0.1.5.tgz, r-release (x86_64): tidyrules_0.1.5.tgz
Old sources: tidyrules archive

Reverse dependencies:

Reverse suggests: Cubist

Linking:

Please use the canonical form https://CRAN.R-project.org/package=tidyrules to link to this page.