Time Series Forecasting for Sales Data

Overview

This project focused on forecasting future sales using historical sales data. We used ARIMA and LSTM models to build the predictive model and evaluated its performance with various metrics.

Results

  • The LSTM model outperformed the ARIMA model in terms of predictive accuracy.
  • Forecasts were integrated with a dashboard for …
more…