zverianskii
python-arulesviz
Python

Arulesviz - interactive association rules vizualization tool for python

Last updated Jul 1, 2026
29
Stars
15
Forks
2
Issues
0
Stars/day
Attention Score
20
Language breakdown
Python 100.0%
Files click to expand
README

Association rules visualisation with Python

Python-arulesviz is a port of an incredible R's library arulesviz. If familiar with R I would highly recommend to try it.

Python-arulesviz works as a jupyter-notebook widget (Video (30mb)):

Install:

bash
pip install arulesviz

Usage:

python
g = Arulesviz(transactions, 0.001, 0.3, 12, productstodrop=[])
g.create_rules()
g.plotgraph(width=1800, directed=False, charge=-150, linkdistance=20)

Detailed examples

🔗 More in this category

© 2026 GitRepoTrend · zverianskii/python-arulesviz · Updated daily from GitHub