WFP-VAM / anticipatory-action

0 stars 1 forks source link

Extract ROC scores evaluation #2

Closed AmineBarkaoui closed 9 months ago

AmineBarkaoui commented 9 months ago

This PR contains changes linked to the extraction of the evaluate_forecast_probabilities function, renamed evaluate_roc_forecasts for greater genericity. The corresponding PR in hip-analysis is PR#16.

After refactoring, the function was tested in check-analytical.ipynb and works.

In this PR, I'm also adding notebooks related to the evaluation of forecasts with blended chirp.

AmineBarkaoui commented 9 months ago

Hi @paololucchino, I restructured the notebooks into different folders and added a README in each nbs folder. Let me know what you think of this new organization.

I also added a general README inspired from the hip-analysis one that includes a brief explanation of these folders at the end.

And happy to implement the use of jupytext in the next PR! Thanks.