Re: streaming linear regression is not building the model

2014-12-16 Thread tsu-wt
I am having the same issue, and it still does not update for me. I am trying to execute the example by using bin/run-example -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/streaming-linear-regression-is-not-building-the-model-tp18522p20727.html Sent from

Re: streaming linear regression is not building the model

2014-11-25 Thread Yanbo Liang
Computing will be triggered by new files added in the directory. If you place new files to the directory and it will start training the model. 2014-11-11 5:03 GMT+08:00 Bui, Tri tri@verizonwireless.com.invalid: Hi, The model weight is not updating for streaming linear regression. The

streaming linear regression is not building the model

2014-11-10 Thread Bui, Tri
Hi, The model weight is not updating for streaming linear regression. The code and data below is what I am running. import org.apache.spark.mllib.linalg.Vectors import org.apache.spark.mllib.regression.LabeledPoint import org.apache.spark.mllib.regression.StreamingLinearRegressionWithSGD