Tag: #onlinestore
-
Walmart Weekly Sales Time Series Forecasting using SARIMAX & ML Models

The blog post delves into Time Series Forecasting (TSF), using SARIMAX and Supervised Machine Learning algorithms to predict Walmart’s weekly store sales. Factors affecting sales are investigated for strategies to increase revenues. The study additionally covers data preparation, feature correlation analysis, SARIMAX diagnostics, and the training of supervised ML models like Linear Regression, Random Forest,…
-
Unsupervised ML, K-Means Clustering & Customer Segmentation

Table of Clickable Contents Motivation Methods Open-Source Datasets This file contains the basic information (ID, age, gender, income, and spending score) about the customers. Online retail is a transnational data set which contains all the transactions occurring between 01/12/2010 and 09/12/2011 for a UK-based and registered non-store online retail. The company mainly sells unique all-occasion…
-
Multi-Label Keras CNN Image Classification of MNIST Fashion Clothing

Machine learning and deep learning are invaluable in optimizing supply chain operations in fashion retail. Even smaller retailers are leveraging ML algorithms to meet customer demands. Neural network models, particularly Convolution Neural Networks (CNN) are used to classify clothing images, like the Fashion-MNIST dataset, with high accuracy. Hyperparameter optimization using GridSearchCV and Nadam optimizer are…