Prediction Scorer REST API

Published 2020-07-15.

Using forecasting to help decision-making is tricky. To make it slightly easier, I set up a REST API that lets you score predictions. Check out the documentation on https://predictionscorer.herokuapp.com/docs.

This API does the exact same thing as the Python Prediction Scorer library. Using the REST API is convenient if you are not using Python or if you are on a Python version that the library does not support.