Question:medium

A good model should have an RMSE value less than .............

Show Hint

Tip: Always aim for a lower RMSE — the closer it is to zero, the better the model.
Updated On: Jan 14, 2026
  • 160
  • 170
  • 180
  • 190
Show Solution

The Correct Option is C

Solution and Explanation

Root Mean Square Error (RMSE) is a widely used metric for evaluating model prediction accuracy.
A smaller RMSE signifies closer agreement between predicted and actual values, indicating higher model accuracy.
The acceptable RMSE threshold is context-dependent, varying with the dataset.
However, an RMSE below 180 is generally considered acceptable for effective models in practical applications.
Higher RMSE values denote greater errors, suggesting the model requires optimization or adjustments.
Model performance can be enhanced through improved data preprocessing, parameter tuning, or algorithm selection.
Therefore, the acceptable threshold is 180, corresponding to option (C).
Was this answer helpful?
0