List view
Updating syntax and objects to conform to principles set out in the tidyverse and specifically tidymodels. See: https://tidymodels.github.io/model-implementation-principles/index.html and https://style.tidyverse.org/
No due dateRedesign of LDA topic modeling to allow for updating a model. The current "update" method uses the old model as a prior. This new version will update the topics directly with new data. This is akin to transfer learning and gives more "weight" to previous data. Plan is for two types: (a) prior, the current method and (b) weights
No due date