weatherbench2.metrics.SpatialMAE

class weatherbench2.metrics.SpatialMAE

Mean absolute error without spatial averaging.

__init__()
Return type:

None

Methods

__init__()

compute(forecast, truth[, region, skipna])

Evaluate this metric on datasets with full temporal coverages.

compute_chunk(forecast, truth[, region, skipna])

Evaluate this metric on a temporal chunk of data.