mae {IRon} | R Documentation |
Mean Average Error
mae(trues, preds)
trues |
Target values from a test set of a given data set. Should be a vector and have the same size as the variable preds |
preds |
Predicted values given a certain test set of a given data set. Should be a vector and have the same size as the variable trues |
Value for the mean average error