🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Do the Absolute Error in Performance (Regression) is same as Means Absolute Error (MAE) ?

User: "Afif"
New Altair Community Member
Updated by Jocelyn
Please help, I want to know is it the same for the Absolute Error in Performance (Regression) is same as Means Absolute Error (MAE) ?

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "Caperez"
    Altair Community Member
    Hi @Afif

    The Absolute error is the difference between the predicted value and the “true” value.

    The Means Absolute Error MAE takes the average of absolute errors for a group of predictions and observations

    Best, 

    Cesar
    User: "RolandJones"
    Altair Employee
    Hi @Afif,

    Yes, this is the same value. As stated in the documentation, the absolute error is calculated by summing the differences between the labels and predictions, and dividing this value by the number of examples.

    Best,

    Roland
    User: "Afif"
    New Altair Community Member
    OP
    Hi @rjones13

    thank you, so both is using the same formula which is MAE formula is it just for confirmation?
    User: "RolandJones"
    Altair Employee
    Yes, it is the MAE formula. I've also done just a quick check where I performed the calculation manually and it matches.

    Best,

    Roland