-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated tutorial notebook for interval score #736
Updated tutorial notebook for interval score #736
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @reza-armuei. Overall it looks good to me. I have made a few comments about some very minor things.
"\n", | ||
"where $S$ is the scoring function (here *quantile interval score*), $q_l$ and $q_u$ are lower and upper quantile forecasts, and $y$ is observation, $\\alpha_l$ and $\\alpha_u$ are lower and upper quantile level. Lower values of the quantile interval scores are better. As you can see, this score penalizes the width of interval as well as the extent to which observation falls outside of the interval forecast (i.e., under-prediction penalty when observation is larger than upper-quantile forecast, and over-prediction penalty when observation is smaller than lower-quantile forecast).\n", | ||
"where:\n", | ||
"- $S$ is the scoring function (here quantile interval score),\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tennlee fixed this post-merge (by adding an empty line before the first dot point).
Co-authored-by: Stephanie Chong <[email protected]> Signed-off-by: Tennessee Leeuwenburg <[email protected]>
Co-authored-by: Stephanie Chong <[email protected]> Signed-off-by: Tennessee Leeuwenburg <[email protected]>
Co-authored-by: Stephanie Chong <[email protected]> Signed-off-by: Tennessee Leeuwenburg <[email protected]>
Co-authored-by: Stephanie Chong <[email protected]> Signed-off-by: Tennessee Leeuwenburg <[email protected]>
Co-authored-by: Stephanie Chong <[email protected]> Signed-off-by: Tennessee Leeuwenburg <[email protected]>
The remaining issues relate to notebook rendering. It is easier for me to review and fix these post-merge, which is what I shall do. Thanks both. |
Please work through the following checklists. Delete anything that isn't relevant.
Development for new xarray-based metrics
reduce_dims
,preserve_dims
, andweights
args.xr.DataArrays
andxr.Datasets
if possibleDocstrings
Testing of new xarray-based metrics
xr.DataArrays
andxr.Datasets
Tutorial notebook
Documentation