[gensim:1203] Re: gensim 0.8.5 released
Radim Řehůřek <
me@...>
2012-07-25 17:53:27 GMT
Hello mai,
On Jul 25, 12:12 am, mai <toma...@...> wrote:
> Dear Radim,
> I installed gensim, a couple of months ago and started running some of the
> models, but I noticed that LDA produces different results everytime I run
> it with the same query and the same documents ( a query and documents that
> I have) , Could you please help?
that could mean your LDA model has not converged. What is the size of
your training corpus and how many topics do you extract?
You can try running the training over more documents, or over the same
documents multiple times (the `passes` parameter).
Radim
> Thank you
>
>
>
>
>
>
>
> On Sunday, July 22, 2012 8:42:45 AM UTC-4, Radim Řehůřek wrote:
>
> > Hi all,
>
> > I released a new version of gensim today:http://radimrehurek.com/gensim/
> > . You can get 0.8.5 from the usual places (PyPI, github, ...).
>
> > This is mostly a maintenance release -- many small fixes and
> > improvements in various places, including the documentation. The more
> > notable changes include more performant Similarity queries and
> > improved Wikipedia parsing.
>
> > Enjoy,
> > Radim