andrewtavis / kwx

BERT, LDA, and TFIDF based keyword extraction in Python
BSD 3-Clause "New" or "Revised" License
67 stars 10 forks source link

Partial tests for visuals and fixes based on them #5

Closed andrewtavis closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #5 (0d54178) into main (7ee6d05) will increase coverage by 24.73%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main       #5       +/-   ##
===========================================
+ Coverage   47.66%   72.40%   +24.73%     
===========================================
  Files           6        6               
  Lines         965      953       -12     
===========================================
+ Hits          460      690      +230     
+ Misses        505      263      -242     
Impacted Files Coverage Δ
kwx/topic_model.py 95.77% <ø> (+12.64%) :arrow_up:
kwx/visuals.py 79.57% <100.00%> (+69.71%) :arrow_up:
kwx/utils.py 83.26% <0.00%> (+4.38%) :arrow_up:
kwx/model.py 48.22% <0.00%> (+7.11%) :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 7ee6d05...0d54178. Read the comment docs.