#7 Machine Learning & Data Science Challenge 7
What is Mean Square Error?
The Mean squared error tells you how close a regression line is to a set of points. It does this by squaring the distances from the ends to the regression line (these distances are the "Errors").
The line equation is y=Mx...