andrewtavis / kwx

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

Switch LDA to multicore and edit description #7

Closed andrewtavis closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #7 (8cc01c5) into main (60d7284) will increase coverage by 0.06%. The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
+ Coverage   85.74%   85.80%   +0.06%     
==========================================
  Files           6        6              
  Lines         940      944       +4     
==========================================
+ Hits          806      810       +4     
  Misses        134      134              
Impacted Files Coverage Δ
kwx/model.py 79.42% <75.00%> (+0.13%) :arrow_up:
kwx/autoencoder.py 100.00% <100.00%> (ø)
kwx/topic_model.py 95.77% <100.00%> (ø)
kwx/utils.py 83.66% <100.00%> (ø)
kwx/visuals.py 90.40% <100.00%> (ø)

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 1d07df7...8cc01c5. Read the comment docs.