You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #780 the macro-averaged mean absolute error was proposed as a metric to the library. Using the same rationale as for that feature, I suggest that also the macro-averaged mean squared error (MAMSE) is added to the library. That way we penalize errors that are further from the ground truth more harshly.
Is this feature something that could be of interest to the greater public?
Activity
hayesall commentedon Jul 9, 2021
Maybe add a
squared=True
parameter?That should keep things fairly close with how it's handled elsewhere, e.g.
sklearn.metrics.mean_squared_error
warnbergg commentedon Jul 10, 2021
@hayesall Yes, that is maybe a better option. I'll create a PR for that!