combust/mleap

Reenable LDA parity spec

Open

#169 geöffnet am 6. Apr. 2017

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Scala (312 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (1.461 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

LDA uses a random sampling to score data. This causes slightly different values to to be generated between each run, which makes testing outright equality of tensors a no-go for the parity spec.

We are temporarily disabling the LDA parity spec in favor of fixing tensor equality and will reenable the parity spec using lighter equality restrictions at a later time before the 0.7.0 release.

See the tensor equality issue here: https://github.com/combust/mleap/pull/156

Contributor Guide