GuidedLDA icon indicating copy to clipboard operation
GuidedLDA copied to clipboard

semi supervised guided topic model with custom guidedLDA

Results 56 GuidedLDA issues
Sort by recently updated
recently updated
newest added

Hi everyone ! I am trying to install the Guidedlda package, but I am not successfull neither with 'pip install guidedlda' nor with : https://github.com/vi3k6i5/GuidedLDA cd GuidedLDA sh build_dist.sh python...

Hey all, I ran into an issue but also found a fix! I was passing a sparse matrix into the guidedLDA and there was an error i was getting where...

Pip install fails. Trying the work around also fails.

Is there any way to calculate the guided topics' coherence score, just like Gensim's Coherence Model: https://radimrehurek.com/gensim/models/coherencemodel.html

with pip install guidedlda error : ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ----------------------------------------------------------------------------------------------------------------------------------- with https://github.com/vi3k6i5/GuidedLDA cd GuidedLDA sh...

I am using a list of list for the seed words which contains some words that may not be present in the dataset. I am getting a one line `...

> Building wheel for guidedlda (setup.py): started Building` wheel for guidedlda (setup.py): finished with status 'error' ERROR: Complete output from command /srv/conda/envs/notebook/bin/python -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-grkp4_h_/guidedlda/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code,...

Microsoft Windows [Version 10.0.15063] (c) 2017 Microsoft Corporation. All rights reserved. E:\NLP\LDA\code LDA\GuidedLDA_master_very_good_Oct18_2017\GuidedLDA-master>python setup.py Installed e:\nlp\lda\code lda\guidedlda_master_very_good_oct18_2017\guidedlda-master\.eggs\pbr-3.1.1-py3.5.egg ERROR:root:Error parsing Traceback (most recent call last): File "e:\nlp\lda\code lda\guidedlda_master_very_good_oct18_2017\guidedlda-master\.eggs\pbr-3.1.1-py3.5.egg\pbr\core.py", line 111, in...

bug

FutureWarning: Conversion of the second argument of issubdtype from `int` to `np.signedinteger` is deprecated. In future, it will be treated as `np.int64 == np.dtype(int).type`.

Hi, Is there a way to use pyldavis library on top of the model fit by guidedlda to visualise the topic clusters ? Thanks.