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

add progress bar for lda iterations #5

Closed TommyJones closed 4 years ago

TommyJones commented 4 years ago

Optional, so users can turn on/off

TommyJones commented 4 years ago

do this after #11 and use RcppThread's tooling.

TommyJones commented 4 years ago

Done. 6c89d6cc14fe458c243e9acb42e5481de227ccb5

And turns out it didn't need RcppThread's cout because it happens outside of a parallel loop.