juanrloaiza / latinamerican-philosophy-mining

Text mining philosophy journals in Latin America.
0 stars 2 forks source link

Run the grid-search with a dynamical model #16

Closed miguelgondu closed 1 year ago

miguelgondu commented 2 years ago
juanrloaiza commented 2 years ago

Both gensim.models.LdaSeq and gensim.models.wrappers.dtmmodel implement this function for dtm_coherence. Seems that this is the input for gensim.models.coherencemodel and it seems easy to implement for the files we have. We should implement this function for our "wrapper" and test this.

juanrloaiza commented 2 years ago

We can compute model coherence using the same procedure mentioned above. This means we can use gensim.models.coherencemodel to compute this metric. However, we can only compute it for one time slice or for the averaged model. We should briefly check which alternative is better from a conceptual standpoint.

miguelgondu commented 2 years ago
miguelgondu commented 1 year ago

@juanrloaiza did it, the legend.