Skip to contents

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.

Usage

shiny_topics_explore(explore)

Arguments

explore

output of `SegmentR::explore_LDAs` with various charts.

Value

Shiny app

Examples

if(interactive()){
explore <- SegmentR::seg_ldas %>% SegmentR::explore_LDAs()
SegmentR::shiny_topics_explore(explore)
}