tomotopy icon indicating copy to clipboard operation
tomotopy copied to clipboard

Python package of Tomoto, the Topic Modeling Tool

Results 67 tomotopy issues
Sort by recently updated
recently updated
newest added

Hi, In other implementations of LDA, there are the "passes" and "iterations" parameters; passes is the number of times the algorithm is repeated on the entire corpus and iterations is...

question

Hi there, I am running into an issue right now when following dtm.py. My jupyter notebook returns: ``` RuntimeError: bad allocation ``` when attempting to training the model. Document loading...

bug

Hello. Thank you for making the package so that you can easily use various topic modeling techniques. In the case of LDA, there is an example of visualizing. But, There...

question

hi, I have a HDP model and I was wondering if there's an easy way to remove a topic from the model. For instance, it's easy to check whether a...

enhancement

Hi, As I know, `genism` provides a function `Sparse2Corpus` to convert sparse matrix to Gensim `corpus` format. Is there a similar function in `tomotopy` which can convert a document-by-term matrix...

enhancement
question

Suggested by #147. ```python result_corpus, ll_per_doc = mdl.infer(corpus) ``` Currently, `ll_per_doc` are actually sums of ll for doc-topic and ll for topic-term in above code. But depending on the situation,...

enhancement

Suggested by #147 . `mdl.infer()` vs `doc.get_ll()`

documentation

> @Jurgita-DS > Aha, you created without `uid` param. I'll check it. Thank you! I am having an issue when training an LDA model, I get 'uid' values of `''`...

documentation

Hi, thank you for all your work on this amazing library! I'm running into a strange issue with reproducibility: Even after setting the model seed, I'm still sometimes getting different...

bug

Hi @bab2min , thanks again for your awesome work. In R, one of the most popular packages implements structural topic models. https://cran.r-project.org/web/packages/stm/vignettes/stmVignette.pdf . As far as I know, a python...

enhancement