Pyldavis

Latest version: v3.4.1

Safety actively analyzes 630602 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

2.0.0

~~~~~~~~~~~~~~~~~~

* Removed dependency on `scikit-bio` by adding an internal PCoA implementation.
* Added helper functions for scikit-learn LDA model! See the new notebook for details.
* Extended gensim helper functions to work with HDP models.
* Added scikit-learn's Multi-dimensional scaling as another MDS option when scikit-learn is installed.

1.5.1

~~~~~~~~~~~~~~~~~~

* Add sort_topics option to prepare function to allow disabling of topic re-ordering.

1.5.0

~~~~~~~~~~~~~~~~~~

* Red Bar Width bug fix

In some cases, the widths of the red topic-term bars did not decrease (as they should have) from term \1 to
term \R under the relevance ranking with $\lambda = 1$. In other words, when $\lambda = 1$, there were topics
in which a narrow red bar was displayed above a wider red bar, which should never happen. The issue had to do
with the way topic-term bar widths are computed, and is discussed in detail in 32.


In the end, we implemented a quick fix in which we compute term frequencies implicitly, rather than using those
supplied in the createJSON() function. The upside is that the red bar widths are now explicitly controlled to
produce the correct visualization. The downside is that the blue bar widths do not necessarily match the
user-supplied term frequencies exactly -- in fact, the new version of LDAvis ignores the user-supplied term
frequencies entirely. In a few experiments, the differences are small, and decrease (as a proportion of the true
term frequencies) as the true term frequencies increase.

1.4.1

~~~~~~~~~~~~~~~~~~

* Included requirements.txt in MANIFEST to (hopefully) fix bad release.

1.4.0

~~~~~~~~~~~~~~~~~~

* Updated to newest version of skibio for PCoA mds.
* requirements.txt cleanup
* New 'tsne' option for prepare, see docs and notebook for more info.

1.3.5

~~~~~~~~~~~~~~~~~~

* Add explicit version info for scikit-bio since the API has changed.

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.