biolab / orange3-associate

🍊 :package: Frequent itemsets and association rules mining for Orange 3.
Other
65 stars 37 forks source link

Association Rules: Output table #36

Closed ajdapretnar closed 4 years ago

ajdapretnar commented 4 years ago
Issue

Implements #35

Description of changes
Includes
codecov-io commented 4 years ago

Codecov Report

Merging #36 (42c0aae) into master (95d0e32) will increase coverage by 50.85%. The diff coverage is 97.91%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #36       +/-   ##
===========================================
+ Coverage   16.74%   67.59%   +50.85%     
===========================================
  Files           3        6        +3     
  Lines         221      537      +316     
===========================================
+ Hits           37      363      +326     
+ Misses        184      174       -10     
Impacted Files Coverage Ξ”
orangecontrib/associate/widgets/tests/__init__.py 22.22% <ΓΈ> (ΓΈ)
orangecontrib/associate/widgets/owassociate.py 85.26% <97.14%> (ΓΈ)
...ontrib/associate/widgets/tests/test_owassociate.py 100.00% <100.00%> (ΓΈ)
orangecontrib/associate/fpgrowth.py 45.62% <0.00%> (+30.41%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 95d0e32...42c0aae. Read the comment docs.

ajdapretnar commented 4 years ago

Implement is a very much recognized verb in the English language (https://www.merriam-webster.com/dictionary/implement).

ajdapretnar commented 4 years ago

@markotoplak Thanks for the help with Travis! ⭐

markotoplak commented 4 years ago

@ajdapretnar, thank you for writing the first tests in this add-on. :D