Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 622 Bytes

File metadata and controls

17 lines (11 loc) · 622 Bytes

Sales Forecasting for a Restaurant Chain

This project is meant to develop time series forecasting models that would help a restaurant chain better manage their stocks. By predicting the rate at which locations consume basic product the company can optimise stockings and minimise food waste.

-- Project Status: Completed

As these timeseries have very little noise and patterns are clearly visible when plotting them. We have decided to implement traditional methods of statistical learning, i.e ARIMA. This worked really well and we decreased food waste by 50%

Methods Used

  • ARIMA

Technologies

  • R