Kenny Shirley
Kenny Shirley
This would be easy if we restricted the label to be the most probable term for each topic. Then it could be done on the R side in the `createJSON()`...
Hey Ben, This is awesome; thanks for porting LDAvis to python! Sorry I haven't chimed in until now. Really happy to see this project cross the boundaries of programming languages....
Alright, sounds like a doozy... Is it possible that some of the small probabilities are being represented in scientific notation? Just a wild guess (I think this once caused problems...
Hi @bmabey , @cpsievert, I found the bug that's causing the problems with Ben's viz -- it's in the createJSON() function of LDAvis. Here's a quick summary: (1) In line...
You might simply have numbers (followed by commas) in your vocabulary. Did you use regular expressions, or something like that, to clean your data and tokenize your corpus? If numbers...
Thanks! Creating an htmlwidget version would be great. As I understand it, htmlwidgets will make it more portable and also embeddable in R markdown and the Rstudio html view pane....
Wow, you made quick work of that! Sounds awesome. I'll have a look tomorrow.
This looks like a nice start, but I'm seeing some weird behavior when I use the widget: 1. The axis ticks and labels don't show up on the slider. These...
Re: #1 and #2 - nice. Looks good! You're right about #3, I think the main challenge is going to be figuring out the sizing. Adding zoom/pan would be cool...
Cool! Yeah, those vignettes were a little sloppy - my bad. Let me know if you have any Q's, k