-
Seems that LDAvis package doesn't actively maintained and won't be updated on CRAN in near future. In particular we need option to not reorder topics and fixes for NaN in `jensenShannon` (see https://…
-
excuse me, can i solve this??
`pyLDAvis.enable_notebook()
vis = pyLDAvis.gensim_models.prepare(ldamodel, corpus, dictionary)
pyLDAvis.display(vis)`
and the error got like this👇
TypeError …
-
The thing that shows some 2d approximation of distance between topic vectors (I think). People really love LDAvis and it's like 70% this visualization.
-
I am trying to embed LDAvis output to Rmarkdown and share the html output just like any other rmarkdown output with intact interactivity.
I have tried 2 approaches in rmarkdown
1. This does not …
-
[how to](https://stackoverflow.com/questions/39237927/integrating-ldavis-with-shiny)
- isolate the inputs if the load is too long
- include k as an input (slider). limit the maximum
- include prog…
-
Dear Carson,
Thanks to your answer to issue #27, I am now able to integrate LDAvis output in my shiny app. I have 2 observations:
- The output displays in Google Chrome and Safari, but not in Interne…
-
First of all thanks to the creator and all the contributors of this amazing module.
Today I encountered this issue. I was following the [example sklearn notebook](http://nbviewer.jupyter.org/github/…
-
Generated visualization cannot be opened as a local file. It triggers an error, something like
> XMLHttpRequest cannot load file. Origin null is not allowed by Access-Control-Allow-Origin
The cu…
-
Hi,
I used to have a previous version of LDAvis (2014) installed with devtools.
In the version I had of LDAvis I would call createJSON as:
json
-
The following error is displayed and no visualization is generated:
```
Error in stats::cmdscale(dist.mat, k = 2) : NA values not allowed in 'd'
```
Verified to occur in both old and new crawl…