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
I used automodel, why is the model always reminding me there is root mean squared error?
I used automodel, why is the model always reminding me there is root mean squared error?
Tagged:
0
Answers
Hi @tiwa,
this is a common performance measure in data science. It is not an error in the way of "there went something wrong" but rather a goodness of fit. The lower this value, the better is your model. Just google for it with "regression" and you find plenty of ressources.
Cheers!
Martin
Dortmund, Germany
So is that means there is no problems with my opration, but my data fit not that well in the model?
Hi,
There is indeed no problem. Your model might be perfect. Every model has an RMSE. You can use this to compare it to another model. The smaller the better.
Best,
Martin
Dortmund, Germany