- 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.
推薦閱讀
- 一步一步學Spring Boot 2:微服務(wù)項目實戰(zhàn)
- Cocos2D-X權(quán)威指南(第2版)
- 大學計算機應(yīng)用基礎(chǔ)實踐教程
- Vue.js快速入門與深入實戰(zhàn)
- Python程序設(shè)計(第3版)
- 算法精粹:經(jīng)典計算機科學問題的Java實現(xiàn)
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)習題解答與上機指導(dǎo)
- 51單片機C語言開發(fā)教程
- Mastering React
- Android移動應(yīng)用開發(fā)項目教程
- CodeIgniter Web Application Blueprints
- 零基礎(chǔ)C#學習筆記
- Instant Automapper
- Visual Basic程序設(shè)計實驗指導(dǎo)及考試指南
- Java 7 Concurrency Cookbook