Skip to content

Commit 20be367

Browse files
authored
docs: fixed typo in "Plot ROC" tutorial (#252)
1 parent 10bff30 commit 20be367

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

examples/tutorials/gridded_forecast_evaluation.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,14 @@
108108

109109
####################################################################################################################################
110110
# Plot ROC Curves
111-
# -----------------------
111+
# ---------------
112112
#
113113
# We can also plot the Receiver operating characteristic (ROC) Curves based on forecast and testing-catalog.
114-
# In the figure below, False Positive Rate is the normalized cumulative forecast rate, after sorting cells in decreasing order of rate.
115-
# The "True Positive Rate" is the normalized cumulative area. The dashed line is the ROC curve for a uniform forecast,
116-
# meaning the likelihood for an earthquake to occur at any position is the same. The further the ROC curve of a
117-
# forecast is to the uniform forecast, the specific the forecast is. When comparing the
118-
# forecast ROC curve against an catalog, one can evaluate if the forecast is more or less specific
119-
# (or smooth) at different level or seismic rate.
114+
# In the figure below, True Positive Rate is the normalized cumulative forecast rate, after sorting cells in decreasing order of rate.
115+
# The “False Positive Rate” is the normalized cumulative area.
116+
# The dashed line is the ROC curve for a uniform forecast, meaning the likelihood for an earthquake to occur at any position is the same.
117+
# The further the ROC curve of a forecast is to the uniform forecast, the specific the forecast is.
118+
# When comparing the forecast ROC curve against a catalog, one can evaluate if the forecast is more or less specific (or smooth) at different level or seismic rate.
120119
#
121120
# Note: This figure just shows an example of plotting an ROC curve with a catalog forecast.
122121

0 commit comments

Comments
 (0)