hpandeycodeit commented on a change in pull request #432: MADLIB-1351 : Added
stopping criteria on perplexity to LDA
URL: https://github.com/apache/madlib/pull/432#discussion_r321871998
##########
File path: src/ports/postgres/modules/lda/lda.py_in
##########
@@ -191,7 +199,32 @@ class LDATrainer:
# etime = time.time()
# plpy.notice('\t\ttime elapsed: %.2f seconds' % (etime - stime))
+ # JIRA: MADLIB-1351
+ # Calculate Perplexity for evaluate_every Iteration
+ # Skil the calculation at the first iteration as the model generated
+ # at first iteration is a random model
Review comment:
done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services