neonwatty / machine_learning_refined

Notes, examples, and Python demos for the 2nd edition of the textbook "Machine Learning Refined" (published by Cambridge University Press).
Other
1.67k stars 603 forks source link

Fix calculation of MSE (was originally calculating RMSE) #2

Closed Andrew-S-Rosen closed 6 years ago

Andrew-S-Rosen commented 7 years ago

Original wrapper was calculating RMSE even though the plots, comments, and problem statement say to calculate MSE