Skip to content

Commit 9e39c41

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ccf9d04 commit 9e39c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/loss_functions/mean_absolute_percentage_error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import doctest
33

44
"""
5-
Mean Absolute Percentage Error (MAPE):
5+
Mean Absolute Percentage Error (MAPE):
66
MAPE calculates the average of the absolute percentage differences between the
77
predicted and true values.
88

0 commit comments

Comments
 (0)