Back to Data Consulting

Grandmark International

Project Description

In Fall 2019, SAAS collaborated with Grandmark International, which is an automotive African based logistical network company. Grandmark essentially provides quality and affordable access for insurance companies, panel-beaters and individuals to automotive parts across Africa and Asia. Grandmark is an established company and was founded over 20 years ago, but only recently have they started adopting new technological methods of automating their process, which includes implementing a new software for optimizing their inventory. Due to details I am not legally allowed to fully disclose, this new implementation of software comes with bumps in the road, and herein lies SAAS’s project for the semester. Our task was to essentially validate these optimization practices of this new software and to see if the results of this software were valid and accurate.

Utilizing the past 5 years of sales and inventory data collected over 12 different branches for thousands of skews of product, our approach was to constructively create a model that would output demand forecasting for an according product so they could compare our model with the new software they were embedding into their system. Due to the sparsity and inconsistency in the data, it made it impossible to utilize conventional time-series and overall traditional demand forecasting methods. Therefore, from scratch we created a VRMA model (Value at risk moving average), we essentially created a basic ensemble method. We combined the fundamentals of value at risk, to estimate risk of demand not being captured depending on the inventory ordered, and a moving average to encapsulate seasonal trends. We then minimized MSE (mean squared error) on a given interval for a given product in order to minimize error of our demand predictions. Moreover, we also implemented “sliding windows” in our VRMA model and tuned for the ideal width for each product in order minimize our loss function and break up our “time-series” data.

Lastly, we constructed an interactive web dashboard that had various visualization methods and our model embedded so employees in Grandmark could easily interact with our code and inputs of data. The dashboard would take in a specified data set, and contained several buttons to either output a visualization about that data set or output a csv with Q1,Q2,Q3,Q4 inventory predictions for a given item.

Presentation

Semester

Fall 2019

Project Manager

Ethan Ho