Skip to content

Commit

Permalink
introduction of Contingency Molchan and ROC diagrams
Browse files Browse the repository at this point in the history
I added the code to plot the contingency_ROC and the contingency_Molchan in the .\csep\utils\plots.py.
I also inserted the two funcions in the tutorial of "gridded_forecast_evaluation.py"
  • Loading branch information
Biondini committed Apr 24, 2024
1 parent 10bff30 commit 6ee4ca3
Show file tree
Hide file tree
Showing 9 changed files with 1,411 additions and 1 deletion.
398 changes: 397 additions & 1 deletion csep/utils/plots.py

Large diffs are not rendered by default.

Binary file added examples/tutorials/contingency_roc_figure.pdf
Binary file not shown.
Binary file added examples/tutorials/contingency_roc_figure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,013 changes: 1,013 additions & 0 deletions examples/tutorials/example_spatial_test.json

Large diffs are not rendered by default.

Binary file added examples/tutorials/molchan_figure.pdf
Binary file not shown.
Binary file added examples/tutorials/molchan_figure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions examples/tutorials/plot_gridded_forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@

ax = forecast.plot(show=True)

ax1= plots.plot_ROC(forecast, catalog)
Binary file added examples/tutorials/roc_figure.pdf
Binary file not shown.
Binary file added examples/tutorials/roc_figure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ee4ca3

Please sign in to comment.