Hi,

I am getting incorrect weights model from StreamingLinearRegressionwith SGD.

One feature Input data is:

(1,[1])
(2,[2])
...
.
(20,[20])

The result from the Current model: weights is [-4.432]....which is not correct.

Also, how do I turn on the intercept value for the StreamingLinearRegression ?

Thanks
Tri

Reply via email to