python-is-cool icon indicating copy to clipboard operation
python-is-cool copied to clipboard

Mean absolute error calculated instead of MSE

Open stephen70 opened this issue 6 years ago • 1 comments
trafficstars

In block [5] of the notebook, you accidentally took the square root of the total square error, converting it into mean absolute error.

stephen70 avatar Oct 24 '19 17:10 stephen70

My bad. I meant to do root mean square error!

chiphuyen avatar Oct 25 '19 02:10 chiphuyen