question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature request] class MaximumAbsoluteError(Metric)

See original GitHub issue

error = (y_pred - y).abs().max()

Would this be a good thing to add?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
alykhantejanicommented, Oct 19, 2018

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?

0reactions
zasdfgbnmcommented, Oct 19, 2018

Sure, I will. @alykhantejani

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found