GitHub user akopich reopened a pull request:

    https://github.com/apache/spark/pull/1269

    [SPARK-2199] [mllib] topic modeling

    I have implemented Probabilistic Latent Semantic Analysis (PLSA) and Robust 
PLSA with support of additive regularization (that actually means that I've 
implemented Latent Dirichlet Allocation too).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/akopich/spark master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/1269.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1269
    
----
commit 4ac42d1dad85593b1f05c02b2a2b48080abaaa05
Author: valerij <acop...@gmail.com>
Date:   2014-12-11T11:44:39Z

    [SPARK-2199][mllib] recommit all the changes due to wierd rebase

commit 7e779929ad206c871e830c015f934c4b8824d9d5
Author: valerij <acop...@gmail.com>
Date:   2014-12-11T12:04:58Z

    [SPARK-2199][mllib] rareTokenThreshold is set via setter

commit e5f4a7b54d0cf7e73c0f567084439216a34fe9bd
Author: valerij <acop...@gmail.com>
Date:   2014-12-11T12:16:27Z

    [SPARK-2199][mllib] Dirichlet pdf computation moved to mllib/stats

commit 8e953e7d378fe012b2c3364b9cc570cd1af57f0e
Author: valerij <acop...@gmail.com>
Date:   2014-12-11T12:23:01Z

    [SPARK-2199][mllib] long line wrapped

commit c54afc96bb493143d9ce0484118a452ad8c7514d
Author: valerij <acop...@gmail.com>
Date:   2014-12-11T13:34:37Z

    [SPARK-2199][mllib] setter and tests are fixed

commit 0764aaa9e8737c824ad0a71ec6ecb197476e2419
Author: valerij <acop...@gmail.com>
Date:   2014-12-11T14:50:15Z

    [SPARK-2199][mllib] DirichletDistribution is serializable now

commit b6f852e2124b5be0bede251050981284221b51f3
Author: valerij <acop...@gmail.com>
Date:   2014-12-18T00:29:37Z

    [SPARK-2199][mllib] colt dependency removed

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to