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
This project applies deep learning techniques to forecast future product sales using historical store-item data. The goal is to model and predict monthly sales for each store and item combination, capturing complex temporal patterns such as seasonality, trends, and sales volatility.
Perform Principal component analysis and perform clustering using the first 3 principal component scores (both hierarchical and k mean clustering(scree plot or elbow curve) and obtain optimum number of clusters and check whether we have obtained the same number of clusters with the original data (class column we have ignored at the beginning who…