Re: Need clarifications in Regression

2015-12-17 Thread Yanbo Liang
Hi Arunkumar, There are two implementation for LinearRegression, one under ml package and another one

Need clarifications in Regression

2015-12-15 Thread Arunkumar Pillai
Hi The Regression algorithm in the MLlib is using Loss function to calculate the regression estimates and R is using matrix method to calculate the estimates. I see some difference between the results of Both Spark and R. I was using the following class LinearRegressionWithSGD.train(parsedData,