ForecastingMetric¶
Methods¶
get
Return the current performance along the horizon.
Returns
typing.List[float]: The current performance.
update
Update the metric at each step along the horizon.
Parameters
- y_true ('typing.List[Number]')
- y_pred ('typing.List[Number]')
Returns
'ForecastingMetric': self