Bases: pycast.errors.meanabsolutepercentageerror.MeanAbsolutePercentageError
Calculates the geometric MAPE.
This is the error calculation function that gets called by BaseErrorMeasure.get_error().
Both parameters will be correct at this time.
| Parameters: |
|
|---|---|
| Returns: | Returns a float representing the error. |
| Return type: | float |