-
Hi!
When I try to run bertopic() I get the following error:
TypeError: Cannot use scipy.linalg.eigh for sparse A with k >= N. Use scipy.linalg.eigh(A.toarray()) or reduce k.
I increased t…
-
# 使用pyLDAvis進行視覺化
import pyLDAvis.gensim as gensimvis
import pyLDAvis
pyLDAvis.enable_notebook()
vis = gensimvis.prepare(lda_model, corpus, dictionary_LDA)
# 保存視覺化結果為HTML文件
pyLDAvis.save_html(…
-
Thanks for your work on this nice package.
However, the current implementation of `get_relevant_terms` is incorrect.
The LDAvis paper reports around 0.6 being the ideal value for the visualisati…
-
in pyLDAvis 3.4.1
File "/home/l/1/venv/lib/python3.10/site-packages/pyLDAvis/_display.py", line 262, in show
'/LDAvis.css': ["text/css", open(urls.LDAVIS_CSS_URL, 'r').read()],
FileNotFoundErro…
-
**Describe the bug**
I was demonstrating Topic Modelling to a colleague. Its output was connected to LDAvis. After switching Topic Modelling from LDA to LSI, an error message (that I can no longer re…
-
Recently I keep getting `[denops] Failed to connect denops server: Failed to connect 127.0.0.1:port` error messages and autocomplete stops working. Here's the full message after `:let g:denops#debug =…
-
In [pyLDAvis_overview.ipynb](https://github.com/bmabey/pyLDAvis/blob/master/notebooks/pyLDAvis_overview.ipynb), when it says "from the original R project and this presentation ([slides](https://speake…
-
It seems that underscores in function signatures can lead to casting entire docstrings into italics (note italics start at the first underscore before `Intlike` -- this is for the `numpy.arange` pytho…
-
- [Topic modelling with R](https://knowledger.rbind.io/post/topic-modeling-using-r/)
- [LDAvis package](https://github.com/cpsievert/LDAvis)
- [A Link Between topicmodels LDA and LDAvis](https://www.r…
-
**Submitting author:** @CodeEagle22 (Sagar Narwade)
**Repository:** https://github.com/CodeEagle22/SIRITVIS/
**Branch with paper.md** (empty if default branch):
**Version:** v1.1.3
**Editor:** @olivi…