- Mastering Machine Learning on AWS
- Dr. Saket S.R. Mengle Maximo Gurmendez
- 159字
- 2021-06-24 14:23:18
R-squared
Another popular metric that's used in regression problems is the R-squared score, or the coefficient of determination. This score measures the proportion of the variance in the dependent variable that is predictable from the independent variables:

Here, represents the vector of actual values, while
and
represent the vector of predicted values. The mean actual value is
. The denominator of the quotient measures how actual values typically differ from the mean, while the numerator measures how the actual values differ from the predicted values. Note that differences are squared, similar to MSE, and so large differences are penalized heavily.
In a perfect regressor, the numerator is 0, so the best possible value for R2 is 1.0. However, we can see arbitrarily large negative values when the prediction errors are significant.
All four types of evaluation metrics are implemented in machine learning packages and are demonstrated in the following code examples.
- 零點起飛學Xilinx FPG
- Android NDK Game Development Cookbook
- 數字道路技術架構與建設指南
- 硬件產品經理成長手記(全彩)
- INSTANT ForgedUI Starter
- “硬”核:硬件產品成功密碼
- Spring Security 3.x Cookbook
- 單片機原理及應用
- Arduino項目案例:游戲開發
- The Reinforcement Learning Workshop
- Service Mesh微服務架構設計
- 電腦軟硬件維修寶典
- 計算機組裝與維護教程
- Learn Qt 5
- Unreal Development Kit Game Programming with UnrealScript:Beginner's Guide