1. Root Mean square Error RMSE (Root Mean Squared Error)
2. Root-mean-square logarithm Error RMSLE (Root Mean Squared MIC Error)
Advantages of using RMSLE
1.RMSLE penalty underprediction is larger than overprediction, which is applicable to some scenarios where underprediction is more costly, such as the prediction of bike-sharing demand.
If the true value is 1000, if the predicted value is 600, then RMSE=400, RMSLE=0.510
if the true value is 1000, if the predicted value is 1400, then RMSE=400, RMSLE=0.336
It can be seen that under the same RMSE condition, RMSLE with a predicted value smaller than the true value is larger, that is, the penalty for a predicted value smaller is larger.
2. If the range of predicted values is large, RMSE will be dominated by some large values. So even if you get a lot of small value predictions right, but one very large value prediction wrong, RMSE will be very large. Accordingly, if another poor algorithm is more accurate for this large value, but many small values are biased, it is possible that RMSE will be smaller than the previous one. You can solve this problem a little bit by taking log first and then RMSE. RMSE is generally a reasonable predictor of a fixed mean distribution.
Read More:
- sklearn.metrics.mean_squared_error
- Calculation method of RMSE and MAPE in MATLAB
- With root cause solution
- Nexus 5x unlock bootloader + root
- Root password of windows 10 WSL Ubuntu system
- MySQL forgot the root password
- How to Root the Samsung Galaxy Note 2 (GT-N7100)
- devtools Error: Could not find package root
- Solve MySQL error 1698 (28000): access denied for user ‘root’ @’localhost ‘
- Two kinds of errors caused by root / lack of execution permission x
- Error 1045 (28000) access denied for user ‘root’ @’localhost ‘appears in MySQL under Windows system
- Square root of X (implementation of binary search)
- NVIDIA aegis handheld machine root tutorial
- How to root Motorola G6 play
- Solve the problem of multiple root tags in as
- Setting the root password of windows 10 Ubuntu subsystem
- Error 1045 (28000): access denied for user ‘root’ @’localhost ‘(using password: no)
- Error: attempting to operate on HDFS namenode as root
- python root:code for Hash MD5 was not found. Error
- AttributeError: ‘Settings’ object has no attribute ‘ROOT_URLCONF’