Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 414 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 414 Bytes

SalesPrediction

ARIMA model to forecast future sales The dataset is provides information about:

  • the quantity sold
  • the item sold
  • the category to which belong the item
  • the store where is sold the item
  • date on which is sold

The objective of the code challenge is to forecast the quantity sold for each item. ARIMA models are used to forecast future sales, using fourier terms to account for seasonality.