forecastlab / forecast_dash

A website for viewing forecasting results of commonly used time series.
https://business-forecast-lab.com
Other
35 stars 17 forks source link

Add scoring functions #87

Closed rjames6023 closed 2 years ago

rjames6023 commented 2 years ago

Summary

Added functionality to download the forecast data, cross validation scores table and the raw series data as a .xlsx file. Each aformentioned dataset is a given a seperate sheet in the excel file.

The current implementation of this functionality uses the io and base64 packages (see https://community.plotly.com/t/allow-users-to-dowload-an-excel-in-a-click/9410/15).

Related Issues

N/A

Checklist

sjtrny commented 2 years ago

Closing in favour of https://github.com/forecastlab/forecast_dash/pull/92