[
https://issues.apache.org/jira/browse/SPARK-19110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15805688#comment-15805688
]
Apache Spark commented on SPARK-19110:
--------------------------------------
User 'wangmiao1981' has created a pull request for this issue:
https://github.com/apache/spark/pull/16491
> DistributedLDAModel returns different logPrior for original and loaded model
> ----------------------------------------------------------------------------
>
> Key: SPARK-19110
> URL: https://issues.apache.org/jira/browse/SPARK-19110
> Project: Spark
> Issue Type: Bug
> Components: ML, MLlib
> Reporter: Miao Wang
>
> While adding DistributedLDAModel training summary for SparkR, I found that
> the logPrior for original and loaded model is different.
> For example, in the test("read/write DistributedLDAModel"), I add the test:
> val logPrior = model.asInstanceOf[DistributedLDAModel].logPrior
> val logPrior2 = model2.asInstanceOf[DistributedLDAModel].logPrior
> assert(logPrior === logPrior2)
> The test fails:
> -4.394180878889078 did not equal -4.294290536919573
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]