Skip to content
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

Evaluate Continuous Ranked Probability Score as a Forecasting Performance Measure #74

Closed
antoinecarme opened this issue Oct 27, 2017 · 4 comments

Comments

@antoinecarme
Copy link
Owner

antoinecarme commented Oct 27, 2017

Continuous Ranked Probability Score (CRPS) is a non-parametric (distribution-based) measure of the quality of a forecast.

As such, it should be interesting to evaluate it as the default performance measure used in PyAF for model selection (as a replacement for MAPE, which has some known issues with zero values in the signal).

Some references :

  1. https://github.com/FK83/scoringRules
  2. https://stats.stackexchange.com/questions/112250/understanding-the-rank-probability-score
  3. https://www.kaggle.com/wiki/ContinuousRankedProbabilityScore
  4. https://cran.r-project.org/web/packages/scoringRules/vignettes/gettingstarted.html
  5. MAPE/sMAPE known issues : https://robjhyndman.com/hyndsight/smape/
@antoinecarme antoinecarme self-assigned this Oct 27, 2017
@antoinecarme antoinecarme changed the title Add Continuous Ranked Probability Score Forecasting Performance Measure Evaluate Continuous Ranked Probability Score as a Forecasting Performance Measure Oct 27, 2017
@antoinecarme
Copy link
Owner Author

antoinecarme commented Nov 19, 2017

A similar method was used in scoring for GEFCom 2014 :

https://robjhyndman.com/hyndsight/gefcom2014/

image

@antoinecarme
Copy link
Owner Author

Probabilistic Forecasting (forecasting the signal distribution/quantiles over the horizon) :

  1. Ichiro Takeuchi, Quoc V. Le, Timothy D. Sears, Alexander J. Smola, (2006), Nonparametric Quantile Estimation, Journal of Machine Learning Research 7 1231–1264
    https://www.lokad.com/probabilistic-forecasting-definition

  2. Use and Communication of Probabilistic Forecasts Adrian E. Raftery University of Washington August 22, 2014
    https://arxiv.org/pdf/1408.4812.pdf

  3. https://www.lokad.com/probabilistic-forecasting-definition

antoinecarme added a commit that referenced this issue Dec 29, 2020
antoinecarme added a commit that referenced this issue Dec 29, 2020
antoinecarme added a commit that referenced this issue Dec 29, 2020
antoinecarme added a commit that referenced this issue Dec 29, 2020
antoinecarme added a commit that referenced this issue Dec 29, 2020
antoinecarme added a commit that referenced this issue Apr 15, 2021
…ance Measure #74

Updated Makefile. Added two more tests.
@antoinecarme
Copy link
Owner Author

Closing

@antoinecarme
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant