Metadata-Version: 2.1
Name: Orange3-Associate
Version: 1.1.9
Summary: Orange add-on for mining frequent itemsets and association rules.
Home-page: https://github.com/biolab/orange3-associate
Author: Bioinformatics Laboratory, FRI UL
Author-email: info@biolab.si
License: UNKNOWN
Keywords: frequent itemset mining,frequent pattern mining,association rules,apriori,fp-growth,frequent patterns,FIM,FPM,orange3 add-on
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: Orange3 (>=3.25.0)
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: recommonmark ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'

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

