Question:

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: Jun 30, 2025
  • 160
  • 170
  • 180
  • 190
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Root Mean Square Error (RMSE) is a common metric used to measure the accuracy of a model’s predictions.
A lower RMSE indicates that the differences between predicted and actual values are smaller, meaning the model is more accurate.
Generally, the acceptable RMSE threshold depends on the dataset and context.
However, in most practical scenarios, an RMSE value lower than 180 is considered acceptable for a good-performing model.
If the RMSE is higher, it shows larger errors and suggests that the model may need improvement or tuning.
Model performance can be improved by better data preprocessing, parameter tuning, or selecting a better algorithm.
So, the correct answer is option (C) 180.
Was this answer helpful?
0
0