Implementing Closed Form CRPS in Python
In my review of the paper Probabilistic forecasting of surgical case duration using machine learning: model development and validation last week, I briefly mentioned the term CRPS. Today, I’ll go into a little more detail on what CRPS actually is and discuss its implementation in Python. What is CRPS? CRPS, Read more…