Selectable Interface - LDA Model Visualization

Hi,

I have been using Python to output topics through LDA model (gensim.ldamodel and pyLDAvis). It is great. I have been able to configure my program to run on a dataset of many documents sorted by days and find out the top topics on each timeframe.

However, I have been looking for alternative User Interface that allows user to select a day, select time interval (week, 3 days, 1 day) and it will automatically pipe to Python, run code, and output through the User Interface of that time frame. For now, I have not been able to find a selectable user interface that allows user to interact with the date selection.

Does anyone know of a package in R that can satisfy this?

Thank you so much

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.