Icon

Challenge4-13_​Stockout Forecasting_​PV

<p><strong>Challenge 13 - Stockout Forecasting</strong></p><p><strong>Level:</strong> Medium<br><br><strong>Description:</strong> Claudia, the CEO of a small supermarket chain in the US, is worried about stockouts: a situation that occurs when customer orders exceed the available inventory of an item.&nbsp;She would like to know which warehouses are likely to suffer the most from stockouts, and which types of items are going to be the most problematic: critical, regular, or slow-moving ones. To help Claudia, you decided to create a model to forecast stockouts for the different warehouses and item types, allowing her to interactively check the forecasts. What places and item types are more vulnerable to stockouts?<br><br><em>Beginner-friendly objectives: </em>1. Read a historical dataset on stockouts for all warehouses and item types and filter it by location "All" and item type "Regular Items". 2. Partition the filtered data, train a forecasting model (you decide which one!), and evaluate the quality of the forecasts. 3. Visualize the forecast results against the real ones.<br><br><em>Intermediate-friendly objectives: </em>1. Make the selection of location and item type more flexible with widgets, creating an interactive data app that makes visualizations more interactive. 2. Some combinations of warehouse location and item type lead to very few samples, which can turn training a forecast model infeasible. Add error handling techniques to make sure that the data app always executes without errors, and inform users if the number of samples for a certain combination is too small.<br></p>

Nodes

Extensions

Links