- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 104字
- 2021-06-24 16:43:36
Root mean squared error
Root mean squared error, also known as RMSE, is arguably the easiest to understand given the previous methods. Take the following plot:
In the case of testing the model as we did previously with the holdout set, the red dots are the actual values from the test set, while the blue dots are the predicted values. The X depicted is the distance between the predicted and actual values. RMSE simply takes a mean of all of those distances, squares that value, and then takes the square root.
A value under 180 is generally considered a good model.
推薦閱讀
- C++程序設計教程
- Visual C++程序設計學習筆記
- 微信公眾平臺與小程序開發:從零搭建整套系統
- Visual FoxPro程序設計教程
- Clojure for Domain:specific Languages
- Object-Oriented JavaScript(Second Edition)
- Blender 3D Incredible Machines
- Easy Web Development with WaveMaker
- 碼上行動:用ChatGPT學會Python編程
- Building RESTful Python Web Services
- Mastering Linux Security and Hardening
- C++程序設計教程
- 軟件工程與UML案例解析(第三版)
- Instant GLEW
- Java EE實用教程