vlukiyanov / pt-avitm

PyTorch implementation of AVITM (Autoencoding Variational Inference For Topic Models)
MIT License
36 stars 6 forks source link

Initial sklearn compatible API #18

Closed vlukiyanov closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #18 into master will increase coverage by 0.93%. The diff coverage is 92.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   92.71%   93.65%   +0.93%     
==========================================
  Files           3        4       +1     
  Lines         151      189      +38     
==========================================
+ Hits          140      177      +37     
- Misses         11       12       +1
Impacted Files Coverage Δ
ptavitm/model.py 88.15% <100%> (+2.82%) :arrow_up:
ptavitm/sklearn_api.py 91.89% <91.89%> (ø)

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 4861c5d...d6719d0. Read the comment docs.