topicdoc icon indicating copy to clipboard operation
topicdoc copied to clipboard

Topic-Specific Diagnostics for LDA and CTM Topic Models

Results 3 topicdoc issues
Sort by recently updated
recently updated
newest added

My initial thoughts are that this package should support the existing diagnostics for structural topic models fit using the stm library. Maybe give the user the option to use that...

enhancement

This is more of a _feature request_ rather than an issue. I was wondering if you are planning to implement any support for model diagnostics of topic models in embedded...

enhancement

In the function `coherence`, shouldn't it be `for (l in 1:(m - 1))` instead of `for (l in 1:(top_n_tokens - 1))`? Otherwise, you are counting some but not all of...