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
"Normalized Absolute Error"
Hi everyone
I applied different models (Random Forest, SVR, GLM...) to make predictions of a numerical target variable. In order to assess their performances, I chose RMSE and NAE (Normalized Absolute Error) from the options suggested by RapidMiner's operator "Performance".
I got (slightly) different rankings using the 2 metrics. What could be a reason for that?
It would be very helpful if anyone could provide me with a reference (documentation) about the Normalized Absolute Error (NAE). I couldn't interpret the results (1,3 and 0,62 and 0,59) based only on Rapidminer's definition of NAE.
Thank you a lot in advance!
I applied different models (Random Forest, SVR, GLM...) to make predictions of a numerical target variable. In order to assess their performances, I chose RMSE and NAE (Normalized Absolute Error) from the options suggested by RapidMiner's operator "Performance".
I got (slightly) different rankings using the 2 metrics. What could be a reason for that?
It would be very helpful if anyone could provide me with a reference (documentation) about the Normalized Absolute Error (NAE). I couldn't interpret the results (1,3 and 0,62 and 0,59) based only on Rapidminer's definition of NAE.
Thank you a lot in advance!
Tagged:
0
Answers
Can you go through the below link where these performance metrics are explained with an example? There can be slight variation as in NAE we are normalizing which depends on minimum and maximum values. I think the better comparison would be with Normalized RMSE(not sure RM has this) and NAE. If possible please try to post the dataset and XML process so that we can understand better and inform you.
https://www.researchgate.net/publication/327646833_Quality_of_the_predictions_mean_absolute_error_accuracy_and_coverage
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
The paper of the link you attached doent contain any information about NAE.
It briefly mentions NRMSE and NMAE but no interpretation or so.
Thank you though
Based on RapidMiner document, I observe that NAE is also considering the average which is similar to NMAE. Lets see if @IngoRM could suggest anything about this
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
Ingo