https://github.com/biolab/orange3-associate
🍊 :package: Frequent itemsets and association rules mining for Orange 3.
https://github.com/biolab/orange3-associate
apriori association-rules confidence fpgrowth frequent-itemsets frequent-pattern-mining market-basket-analysis orange support
Last synced: about 2 months ago
JSON representation
🍊 :package: Frequent itemsets and association rules mining for Orange 3.
- Host: GitHub
- URL: https://github.com/biolab/orange3-associate
- Owner: biolab
- License: other
- Created: 2015-11-10T12:28:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T21:55:57.000Z (about 1 year ago)
- Last Synced: 2025-07-08T05:24:44.553Z (3 months ago)
- Topics: apriori, association-rules, confidence, fpgrowth, frequent-itemsets, frequent-pattern-mining, market-basket-analysis, orange, support
- Language: Python
- Homepage:
- Size: 662 KB
- Stars: 65
- Watchers: 10
- Forks: 36
- Open Issues: 6
-
Metadata Files:
- Readme: README.pypi
- License: LICENSE
Awesome Lists containing this project
README
Orange3-Associate
=================Orange add-on for enumerating frequent itemsets and association rules mining.
See [documentation](http://orange3-associate.readthedocs.org/).
Features
--------
#### Association Rules
* induce association and classification rules
* filter rules by the antecedent or consequent part#### Frequent Itemsets
* find frequent itemsets
* set criteria for search
* filter the results with regular expression