Skip to main content

Association Rules visualisation tool

Project description

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)

Detailed examples

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arulesviz-0.0.2.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

arulesviz-0.0.2-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page