The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to resolve root_mean_squared_error root_mean_squared_error: 0.211 +/- 0.000
mit_student
Member Posts: 2 Learner I
in Help
Hello,
I have this model for my Decision Support System in Disease Analysis.
I try to use neural network and I encounter this issue.
I need help.
I have this model for my Decision Support System in Disease Analysis.
I try to use neural network and I encounter this issue.
I need help.
Tagged:
0
Answers
Could you possibly expand a little more on what the problem you’re facing is? Is the RMSE higher than you were aiming for on your regression problem.
Best,
Roland
I wanted to do some prediction using the neural net. But when I tried to run the model above, I seem to get that error about root_squared.
The root mean square error (RMSE) is a performance metric of the model, rather than an "error" per se. Unless the model is able to predict every value with perfect accuracy (which I have never seen in a real world use case), the RMSE will always be above zero. It is one of the commonly used performance metrics in Regression analysis, and there's a nice explainer here which might help - https://www.statisticshowto.com/probability-and-statistics/regression-analysis/rmse-root-mean-square-error/. The goal is to minimize this error, through feature engineering and improving the model.
I hope this helps, and any further questions please do let me know.
Best,
Roland