Skip to content

Arulesviz - interactive association rules vizualization tool for python

License

Notifications You must be signed in to change notification settings

zverianskii/python-arulesviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

pip install arulesviz

Usage:

g = Arulesviz(transactions, 0.001, 0.3, 12, products_to_drop=[])
g.create_rules()
g.plot_graph(width=1800, directed=False, charge=-150, link_distance=20)

Releases

No releases published

Packages

No packages published

Languages