INFO

Square root of MSE, making it interpretable in the same unit as the target variable. Penalizes large errors.

How It Works

What to Look For

  • Lower RMSE = better performance
  • More sensitive to large errors than Mean Absolute Error (MAE)
  • Use when error magnitude matters

Application Models