Adds MAPE function to Loss functions #15038
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
machine_learning/loss_functions.py#L682
machine_learning/loss_functions.py:682:89: E501 Line too long (90 > 88)
|
|
Ruff (F811):
machine_learning/loss_functions.py#L666
machine_learning/loss_functions.py:666:5: F811 Redefinition of unused `mean_absolute_percentage_error` from line 439
|