Re: LDA in Spark

2017-03-23 Thread Joseph Bradley
s not have this yet. Please feel free to make a feature request JIRA for it! Thanks, Joseph On Thu, Mar 23, 2017 at 4:54 PM, Mathieu DESPRIEE <mdespr...@bluedme.com> wrote: > Hello Joseph, > > I saw your contribution to online LDA in Spark (SPARK-5563). Please allow > me a very q

Re: running lda in spark throws exception

2015-12-24 Thread Li Li
anyone could help? On Wed, Dec 23, 2015 at 1:40 PM, Li Li wrote: > I ran my lda example in a yarn 2.6.2 cluster with spark 1.5.2. > it throws exception in line: Matrix topics = ldaModel.topicsMatrix(); > But in yarn job history ui, it's successful. What's wrong with it? >

running lda in spark throws exception

2015-12-22 Thread Li Li
I ran my lda example in a yarn 2.6.2 cluster with spark 1.5.2. it throws exception in line: Matrix topics = ldaModel.topicsMatrix(); But in yarn job history ui, it's successful. What's wrong with it? I submit job with .bin/spark-submit --class Myclass \ --master yarn-client \

Re: The explanation of input text format using LDA in Spark

2015-05-14 Thread Cui xp
. Cui xp -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/The-explanation-of-input-text-format-using-LDA-in-Spark-tp22781p22880.html Sent from the Apache Spark User List mailing list archive

Re: The explanation of input text format using LDA in Spark

2015-05-12 Thread keegan
-term_matrix -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/The-explanation-of-input-text-format-using-LDA-in-Spark-tp22781p22858.html Sent from the Apache Spark User List mailing list archive at Nabble.com

RE: The explanation of input text format using LDA in Spark

2015-05-08 Thread Yang, Yuhao
@spark.apache.org Subject: The explanation of input text format using LDA in Spark Hi all, After I read the example code using LDA in Spark, I found the input text in the code is a matrix. the format of the text is as follows: 1 2 6 0 2 3 1 1 0 0 3 1 3 0 1 3 0 0 2 0 0 1 1 4 1 0 0 4 9 0 1 2 0 2 1 0 3 0

The explanation of input text format using LDA in Spark

2015-05-06 Thread Cui xp
Hi all, After I read the example code using LDA in Spark, I found the input text in the code is a matrix. the format of the text is as follows: 1 2 6 0 2 3 1 1 0 0 3 1 3 0 1 3 0 0 2 0 0 1 1 4 1 0 0 4 9 0 1 2 0 2 1 0 3 0 0 5 0 2 3 9 3 1 1 9 3 0 2 0 0 1 3 4 2 0 3 4 5 1 1 1 4 0 2 1 0 3 0 0 5 0 2 2