Adds MAPE function to Loss functions #19422
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (E501):
machine_learning/loss_functions.py#L690
machine_learning/loss_functions.py:690:89: E501 Line too long (90 > 88)
|
|
ruff (F811):
machine_learning/loss_functions.py#L674
machine_learning/loss_functions.py:674:5: F811 Redefinition of unused `mean_absolute_percentage_error` from line 439: `mean_absolute_percentage_error` redefined here
machine_learning/loss_functions.py:439:5: previous definition of `mean_absolute_percentage_error` here
help: Remove definition: `mean_absolute_percentage_error`
|