Skip to content

ForecastingMetric

Methods

get

Return the current performance along the horizon.

Returns

list[float]: The current performance.

update

Update the metric at each step along the horizon.

Parameters

  • y_true'list[Number]'
  • y_pred'list[Number]'