Hi I'm using Linear Regression using ml package
I'm able to see SSerr SStot and SSreg from
val model = lr.fit(dat1)
model.summary.metric
But this metric is not accessible. It would be good if we can get those
values.
Any suggestion
--
Thanks and Regards
Arun
