orange3-associate icon indicating copy to clipboard operation
orange3-associate copied to clipboard

🍊 :package: Frequent itemsets and association rules mining for Orange 3.

Results 6 orange3-associate issues
Sort by recently updated
recently updated
newest added

##### Associate version 1.1.9 ##### Orange version 3.32.0 ##### Expected behavior When clicking on the "?" (Show widget help) in the bottom left corner of a widget belonging to the...

- Add python 3.9 and 3.10 - replace windows-2016 (deprecated) with windows-2019 - Add windows-2022 for the latest - Use ubuntu-20.04 as default

Association Rules and Frequent Itemsets require discrete attributes to work. But often, transaction files come in continuous format (basket or pivot). Have the two widgets handle continuous data, either explicitly...

Associate widget needs refactoring. - [ ] split the widget part from the model and the selection (see Orange widgets for reference) - [x] check if scatter plot is used...

I am loading a basket file into orange. This is the content of the file: beer, milk bread, butter bread, butter, jelly bread=2, butter beer, bread If I load this...

##### Issue ##### Description of changes ##### Includes - [X] Code changes - [ ] Tests - [ ] Documentation