TommyJones / tidylda

Implements an algorithim for Latent Dirichlet Allocation using style conventions from the [tidyverse](https://style.tidyverse.org/) and [tidymodels](https://tidymodels.github.io/model-implementation-principles/index.html).
Other
41 stars 3 forks source link

Better Progress bar #57

Closed TommyJones closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #57 (990c923) into main (c39c005) will increase coverage by 0.17%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #57      +/-   ##
==========================================
+ Coverage   95.04%   95.22%   +0.17%     
==========================================
  Files          11       11              
  Lines        1111     1110       -1     
==========================================
+ Hits         1056     1057       +1     
+ Misses         55       53       -2     
Impacted Files Coverage Δ
R/predict.tidylda.R 100.00% <ø> (ø)
R/refit.tidylda.R 92.62% <ø> (ø)
R/tidylda-fit-methods.R 97.61% <ø> (ø)
src/lda_gibbs2.cpp 99.56% <50.00%> (+0.86%) :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 c39c005...990c923. Read the comment docs.