-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LDAvis throws error for some LDA models #84
Comments
The problem lies upstream on The problem can be circumvented by defining another
When executing createJSON, the following error will be thrown:
I traced it down to: To reproduce the issue:Reproducible dataset
Using
The same test, using
|
For usage, plotLDAVis(models[["Jan"]],as.gist=FALSE) now allows a new parameter which is a variant of the default accepted by
With the new parameter and passing the new function, it will use the |
The issue was fixed in the original code. Should test locally. |
The following error is displayed and no visualization is generated:
Verified to occur in both old and new crawler, on year 2013, months Feb, Apr, Dec.
The text was updated successfully, but these errors were encountered: