Skip to the content.

Forecasting examples

This folder contains Python and R examples for building forecasting solutions presented in Python Jupyter notebooks and R Markdown files, respectively. The examples are organized according to forecasting scenarios in different use cases with each subdirectory under examples/ named after the specific use case.

At the moment, the repository contains a single retail sales forecasting scenario utilizing Dominick’s OrangeJuice dataset. The name of the directory is grocery_sales.

Summary

The following table summarizes each forecasting scenario contained in the repository, and links available content within that scenario.

Directory Content Description
grocery_sales python/
R/
Python and R examples for forecasting sales of orange juice in Dominick’s dataset.
retail_turnover (R only) An introduction to forecasting with the Tidyverts framework, using monthly Australian retail turnover by state and industry code. The dataset is one of many included in the tsibbledata package of example time series datasets.