arulesViz: Interactive Visualization of Association Rules with R

Association rule mining is a popular data mining method to discover interesting relation ships between variables in large databases. An extensive toolbox is available in the R-extension package arules. However, mining association rules often results in a vast number of found rules, leaving the analyst with the task to go through a large set of rules to identify interesting ones. Sifting manually through extensive sets of rules is time-consuming and strenuous. Visualization and espe cially interactive visualization has a long history of making large amounts of data better accessible. The R-extension package arulesViz provides most popular visualization techniques for association rules. In this paper, we discuss recently added interactive visualizations to explore association rules and demonstrate how easily they can be used in arulesViz via a unified interface. With examples, we help to guide the user in selecting appropriate visualizations and interpreting the results.

Michael Hahsler
2017-10-24

CRAN packages used

arulesViz, arules, DT, plotly, grid, visNetwork

CRAN Task Views implied by cited packages

MachineLearning, ReproducibleResearch

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".

Citation

For attribution, please cite this work as

Hahsler, "arulesViz: Interactive Visualization of Association Rules with R", The R Journal, 2017

BibTeX citation

@article{RJ-2017-047,
  author = {Hahsler, Michael},
  title = {arulesViz: Interactive Visualization of Association Rules with R},
  journal = {The R Journal},
  year = {2017},
  note = {https://doi.org/10.32614/RJ-2017-047},
  doi = {10.32614/RJ-2017-047},
  volume = {9},
  issue = {2},
  issn = {2073-4859},
  pages = {163-175}
}