weatherbench2.metrics.MAE
- class weatherbench2.metrics.MAE
Mean absolute error.
- __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.