Render a Shiny app to interactively explore topic models
Source:R/shiny_topics_explore.R
shiny_topics_explore.Rd
Diagnosing topic models is difficult. Diagnosing topic models with various values for hyper-parameters, using only static charts is very difficult. Interactive manipulation of parameters allows the user to compare various topic models fast.
Examples
if(interactive()){
explore <- SegmentR::seg_ldas %>% SegmentR::explore_LDAs()
SegmentR::shiny_topics_explore(explore)
}