linear-regression
linear-regression copied to clipboard
need a method to measure goodness-of-fit of the model
I think R-squared is a commonly used metric, can you implement this method? Here is a reference: http://scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html