cpsievert / LDAvis

R package for web-based interactive topic model visualization.
Other
557 stars 131 forks source link

[question]Error in createJSON: Rows of theta don't all sum to 1 -How to Ignore this check #68

Closed easimadi closed 6 years ago

easimadi commented 8 years ago

Dears, I get below error in createJSON. Is there a way to ignore theta rows sum to 1? some of my theta rows sum to 0.99999999999 and is preventing me from proceeding visualise my LDA

Error in createJSON(phi = phi, theta = theta, vocab = vocab, doc.length = doc.length, : Rows of theta don't all sum to 1