nci / scores

Metrics for the verification, evaluation and optimisation of forecasts, predictions or models.
https://scores.readthedocs.io/
Apache License 2.0
39 stars 11 forks source link

Add weights handling to the binary contingency table module #224

Open tennlee opened 2 months ago

tennlee commented 2 months ago

Weights handling was deliberately left out of the first implementation of the binary contingency table. This should be revisited, the implementation options discussed, and an implementation provided.

tennlee commented 2 months ago

I think the right thing to do is to multiply the event tables by the weightings. I had a discussion with Nick that this might be reasonable, but we will attend to it after merging the contingency table MR and then reviewing the details.