[Feature request] class MaximumAbsoluteError(Metric)
See original GitHub issueerror = (y_pred - y).abs().max()
Would this be a good thing to add?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Time Series Forecast Error Metrics you should know
The mean absolute percentage error (MAPE) is one of the most popular used error metrics in time series forecasting. It is calculated by...
Read more >Performance Metrics (Error Measures) in Machine ...
Absolute error has only non-negative values which facilitates aggregation of point distances over the data set.
Read more >How to Calculate Mean Absolute Error in Python?
Method 1: Using Actual Formulae. Mean Absolute Error (MAE) is calculated by taking the summation of the absolute difference between the actual ...
Read more >tf.keras.metrics.MeanAbsoluteError | TensorFlow v2.11.0
Computes the mean absolute error between the labels and predictions.
Read more >AtrCheema/SeqMetrics: Various errors for tabular ...
The purpose of this repository to collect various classification and regression performance metrics or errors which can be calculated for ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I echo @jasonkriss sentiment, that more metrics are welcom. MAE is often used in recommender systems, and other regression tasks to measure performance.
I say go for it, might as well just put it in core as it’s pretty simple to implement and I don’t envisage much support being needed going forward
@zasdfgbnm can you send a PR?
Sure, I will. @alykhantejani