Skip to content

Releases: maximtrp/bitermplus

bitermplus: v0.7.0

30 May 17:49
Compare
Choose a tag to compare

This release introduces minor fixes and improvements of documentation and metrics calculation. Its packaging is now based on pyproject.toml and setuptools.

bitermplus: v0.6.12

29 Mar 21:08
Compare
Choose a tag to compare

This release contains some minor fixes and adds labels_ property to BTM model class (labels for the most probable topics for each of the documents). It also adds get_docs_top_topic method for creating DataFrames with documents and their labels.

bitermplus: v0.6.11

08 Jan 08:31
Compare
Choose a tag to compare

This release fixes the incompatibility error between bitermplus and scikit-learn.

bitermplus: v0.6.10

16 Dec 17:33
Compare
Choose a tag to compare

This release includes a number of minor fixes. Methods to select stable topics have been moved to tmplot package. Please see the updated tutorial in the documentation.

bitermplus: v0.6.9

19 Aug 13:45
Compare
Choose a tag to compare

This release introduces a function for Renyi entropy calculation (bitermplus.entropy) that can be used to estimate the optimal number of topics. For more details, read this paper.

bitermplus: v0.6.8

23 Jul 07:34
Compare
Choose a tag to compare

This release is an attempt to fix the issue with perplexity calculation yielding infinity values (#7).

bitermplus: v0.6.7

01 Jul 19:09
Compare
Choose a tag to compare

This release drops support for pyLDAvis in favor of tmplot that can be installed with pip (optional):

pip install tmplot

bitermplus: v0.6.6

16 Jun 20:45
Compare
Choose a tag to compare

This release exposes new model attributes: matrix_topics_docs_, matrix_words_topics_, and df_words_topics_ (words vs topics probabilities in a DataFrame).

bitermplus: v0.6.5

11 Jun 16:10
136eb37
Compare
Choose a tag to compare

This release fixes a critical bug in the closest topics selection (get_closest_topics method).

bitermplus: v0.6.4

18 Apr 09:48
Compare
Choose a tag to compare

This release includes memory optimizations and new metrics for topics distance measuring (see get_closest_topics method).