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

I am trying to use guidedlda for one of my data set, but to create the variable 'X' while training the model it is giving problems. AttributeError Traceback (most recent...

Thanks a lot for your work! Do you have any plan to implement a multiprocessing function (like `n_jobs` in scikit-learn)?

hi in my pool data, i want clusterization for this approach, i will train many models with different num topics after i should choose реу best model which metrics at...

Hi, I'm trying to install guidedlda. I don't face any issues when using pip3 install guidedlda, however when I use import guidedlda I get an error message stating: ModuleNotFoundError: No...

I am using macOS Mojave Version 10.14.5 and Python 3.6.8 and trying to run the code on anaconda3. Both methods did not work for me. ERROR: Command errored out with...

Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. It's also possible that there is a mismatch between the package name in...

Hi! Still have problems with installation. Issue #30 and #24 didn't work for me > find guidedlda -name "*.pyx" -exec cython {} \; > > Ok to continue (y/n)? y...

Thank you for this repo. I looked at the source code, it seems to me that the seeds are only used at the initialization step. After that, the program will...

Hello, could you explain a bit more about the way the seed_confidence parameter works? I've been measuring convergence on a large corpus (public company earnings calls) by ranking likelihood and...

I have a gensim corpus, can I transform it somehow to use with guidedlda?