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

Don't let tidylda() fail after the gibbs sampler succeeds #42

Closed TommyJones closed 4 years ago

TommyJones commented 4 years ago

Better checking of inputs, e.g. Does DTM have colnames?

Also use try statements post fitting.

TommyJones commented 4 years ago

Done with colname check 42768617e63002aaa2a358f2c54e7043ddad376f

TommyJones commented 4 years ago

Gonna call it here. 58bbadfa76a3f3964ef6f7d77e2185465aa61834

If any issue like this pops up in the future, I will fix.