Package: tidylda 0.0.7.999

tidylda: Latent Dirichlet Allocation Using 'tidyverse' Conventions
Implements an algorithm for Latent Dirichlet Allocation (LDA), Blei et at. (2003) <https://www.jmlr.org/papers/volume3/blei03a/blei03a.pdf>, using style conventions from the 'tidyverse', Wickham et al. (2019)<doi:10.21105/joss.01686>, and 'tidymodels', Kuhn et al.<https://tidymodels.github.io/model-implementation-principles/>. Fitting is done via collapsed Gibbs sampling. Also implements several novel features for LDA such as guided models and transfer learning.
Authors:
tidylda_0.0.7.999.tar.gz
tidylda_0.0.7.999.zip(r-4.7)tidylda_0.0.7.999.zip(r-4.6)tidylda_0.0.7.999.zip(r-4.5)
tidylda_0.0.7.999.tgz(r-4.6-x86_64)tidylda_0.0.7.999.tgz(r-4.6-arm64)tidylda_0.0.7.999.tgz(r-4.5-x86_64)tidylda_0.0.7.999.tgz(r-4.5-arm64)
tidylda_0.0.7.999.tar.gz(r-4.7-arm64)tidylda_0.0.7.999.tar.gz(r-4.7-x86_64)tidylda_0.0.7.999.tar.gz(r-4.6-arm64)tidylda_0.0.7.999.tar.gz(r-4.6-x86_64)
tidylda_0.0.7.999.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tidylda/json (API)
NEWS
| # Install 'tidylda' in R: |
| install.packages('tidylda', repos = c('https://tommyjones.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tommyjones/tidylda/issues
- nih_sample - Abstracts and metadata from NIH research grants awarded in 2014
- nih_sample_dtm - Abstracts and metadata from NIH research grants awarded in 2014
Last updated from:7d8780ad8b. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 184 | ||
| linux-devel-x86_64 | OK | 203 | ||
| source / vignettes | OK | 269 | ||
| linux-release-arm64 | OK | 184 | ||
| linux-release-x86_64 | OK | 202 | ||
| macos-release-arm64 | OK | 171 | ||
| macos-release-x86_64 | OK | 251 | ||
| macos-oldrel-arm64 | OK | 252 | ||
| macos-oldrel-x86_64 | OK | 361 | ||
| windows-devel | OK | 173 | ||
| windows-release | OK | 200 | ||
| windows-oldrel | OK | 185 | ||
| wasm-release | OK | 144 |
Exports:augmentcalc_prob_coherenceglanceposteriorrefittidytidylda
Dependencies:clicpp11dplyrgenericsgluegtoolsjaneaustenrlatticelifecyclemagrittrMatrixmvrsquaredpillarpkgconfigpurrrR6RcppRcppArmadilloRcppProgressRcppThreadrlangSnowballCstringistringrtibbletidyrtidyselecttidytexttokenizersutf8vctrswithr
Introduction to tidylda
Rendered fromtidylda-intro.Rmdusingknitr::rmarkdownon May 08 2026.Last update: 2024-07-03
Started: 2022-11-26
Probabilistic Coherence
Rendered fromprobabilistic-coherence.Rmdusingknitr::rmarkdownon May 08 2026.Last update: 2023-07-14
Started: 2022-11-26
Transfer Learning with LDA (tLDA)
Rendered fromtLDA.Rmdusingknitr::rmarkdownon May 08 2026.Last update: 2024-07-03
Started: 2022-11-26
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Augment method for 'tidylda' objects | augment.tidylda |
| Probabilistic coherence of topics | calc_prob_coherence |
| Glance method for 'tidylda' objects | glance.tidylda |
| Abstracts and metadata from NIH research grants awarded in 2014 | nih nih_sample nih_sample_dtm |
| Draw from the marginal posteriors of a tidylda topic model | posterior posterior.tidylda |
| Get predictions from a Latent Dirichlet Allocation model | predict.tidylda |
| Print Method for tidylda | print.tidylda |
| Update a Latent Dirichlet Allocation topic model | refit.tidylda |
| Tidy a matrix from a 'tidylda' topic model | tidy.matrix tidy.tidylda |
| Fit a Latent Dirichlet Allocation topic model | tidylda |
