-
-
Notifications
You must be signed in to change notification settings - Fork 692
Mean Absolute Percentage Error (MAPE) #3198
Copy link
Copy link
Closed
Labels
Description
🚀 Feature
I'd like to implement the mean absolute percentage error (MAPE) in ignite/metrics.
It is a commonly used metric for regression problems and it would be really convenient to be able to use it directly with ignite evaluators.
For that, I would write a custom Metric class in a new file mean_absolute_percentage_error.py inheriting from the base Metric class in ignite/metrics/metric.py.
Reactions are currently unavailable