UppuluriKalyani / ML-Nexus

ML Nexus is an open-source collection of machine learning projects, covering topics like neural networks, computer vision, and NLP. Whether you're a beginner or expert, contribute, collaborate, and grow together in the world of AI. Join us to shape the future of machine learning!
https://discord.gg/fy8MQkCh
MIT License
26 stars 42 forks source link

Time Series Modeling for Retail Sales Forecasting #199

Closed sharayuanuse closed 4 hours ago

sharayuanuse commented 4 hours ago

Is your feature request related to a problem? Please describe.

Currently, there is a need for a robust analysis and forecasting model to predict retail sales in the USA. The existing methods may not capture seasonal trends and fluctuations accurately, leading to suboptimal forecasting performance.

Describe the solution you'd like

Implement Time Series Modeling techniques to analyze and forecast retail sales data from 1992 to 2017. This should involve applying KPSS and Dickey-Fuller tests to ensure stationarity, utilizing ACF and PACF plots for parameter estimation, and exploring various models from the fpp2 forecasting package in R, including Seasonal Naive, Exponential Smoothing, and ARIMA models.

Describe alternatives you've considered

Consideration of simpler forecasting methods, such as linear regression models or moving averages, but these may not adequately address the seasonality and trends present in the retail sales data.

Approach to be followed (optional)

Additional context arima_forecast differenced_plot ets_residuals seasonal_decompose time_plot

github-actions[bot] commented 4 hours ago

Thanks for creating the issue in ML-Nexus!🎉 Before you start working on your PR, please make sure to:

github-actions[bot] commented 4 hours ago

Thanks for raising this issue! However, we believe a similar issue already exists. Kindly go through all the open issues and ask to be assigned to that issue.