You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Модели SARIMA, CatBoost и LSTM/GRU для прогноза недельных продаж Walmart + интерактивный дашборд на Streamlit.
Запуск
pip install -r requirements.txt
streamlit run app.py
About
End-to-end Walmart weekly sales forecasting project using SARIMA, CatBoost, and LSTM/GRU models with feature engineering (lags, rolling statistics, holidays, macro factors) and an interactive Streamlit dashboard for per-store forecasts and inventory recommendations.