4️⃣

6.4 Eval. Metric 3: Root Mean Squared Error

 

Root Mean Squared Error

The Root Mean Squared Error is effectively the square root of the MSE. However, since it has been 'rooted', it is in the same units as the output. Additionally, now that we have done this, the error is less biased against big errors.
 
Again, you don't need to actually remember these formulas much, although they should be fairly obvious. There are sklearn libraries to run these metrics, and we'll be using them.
 

Previous Section

Next Section

 
⚖️
Copyright © 2021 Code 4 Tomorrow. All rights reserved. The code in this course is licensed under the MIT License. If you would like to use content from any of our courses, you must obtain our explicit written permission and provide credit. Please contact classes@code4tomorrow.org for inquiries.