PartiallyCollapsedLDA icon indicating copy to clipboard operation
PartiallyCollapsedLDA copied to clipboard

Implementations of various fast parallelized samplers for LDA, including Partially Collapsed LDA, Light LDA, Partially Collapsed Light LDA and a very efficient Polya-Urn LDA

Results 8 PartiallyCollapsedLDA issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.6.1 to 2.12.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.12.6.1&new-version=2.12.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Is it possible to get state output formatted similarly to the state files produced by Mallet from PCLDA? I.e. with the columns: doc source pos typeindex type topic The same...

I am not able to get the arguments _base_out_dir_ and _experiment_out_dir_ to work after trying out many combinations and exploring the source code. It would be great to add some...

Outputen sparad av "save_doc_theta_estimate = true" har fel dimensioner och uutputen visar inte heller proportioner utan counts. Detta står i README.txt-filen: -------------------------------------------- # Save the a file with document topic...

Python wrapper, which uses `subprocess` module to call PCLDA binary. It will allow PCLDA to be used programmatically within Python, and to leverage memory-efficient streaming of textual data via iterables/generators,...

enhancement

Add basic validation of config file

I don't know if this is a problem specific to my system, but I had to update the lombok version to 1.18.30 in `pom.xml` in order to get the `mvn...

Hi! In the z_NNN.csv files there seem to be a bug with the pos variable. The file seem to be order by the vocabulary, but the pos is not corrected?...