Closed antoinecarme closed 3 years ago
A similar method was used in scoring for GEFCom 2014 :
Probabilistic Forecasting (forecasting the signal distribution/quantiles over the horizon) :
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
Use and Communication of Probabilistic Forecasts Adrian E. Raftery University of Washington August 22, 2014 https://arxiv.org/pdf/1408.4812.pdf
Closing
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 :