- Compute association rules from provided data
- Visualize those rules in a non-standard way
- Accessible as an online tool
- data needs to be in CSV format
- datasets from http://repository.seasr.org/Datasets/UCI/csv/ can be used
- support only for nominal values and custom coded binomial values support; all other values are also handled as nominal
- the Apriori algorithm used for rules mining
- open source Apriori Algorithm implementation in JavaScript used to run in NodeJS environment
- the Apriori.js open source project only provides confidence for rules and support for item sets
- my custom postprocessing step computed support, lift and conviction for all rules
- IBM Bluemix - for cloud NodeJS environment
- Node-RED tool - for quick prototyping and visual data flow scaffolding
- D3.js - for creating visualizations in the browser
- Apriori.js - for extracting rules from a dataset