From cf7a58231601a8b4656e30a8d2a6c213f8d32f02 Mon Sep 17 00:00:00 2001 From: fahadkkc <61197659+fahadkkc@users.noreply.github.com> Date: Wed, 14 Jun 2023 19:35:55 +0500 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..38b5c35 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Sales-Prediction +This project focuses on predicting sales for a restaurant inventory using popular time series forecasting techniques: i.e ARIMA Model. The goal was to predict sales to make better business decisions.