Analyzing Customer-Facing Vendor Experiences with Time Series Forecasting and Monte Carlo Techniques
Vivek Kaushik, Jason Tang
TL;DR
The paper tackles the problem of deciding if and when to disable a problematic external vendor to preserve customer experience during outages. It proposes a data-driven pipeline that integrates a Baseline baseline forecast with multiplicative seasonality and a Trend via MAP, a Wired-On forecast that uses a Double Exponential Smoothing availability model plus a Monte Carlo simulation of retry/switch decisions, and a Wired-Off forecast based on a simple linear relation between the disabled vendor's baseline and the residual volume across other vendors. Validation on historical incidents shows the approach yields reliable forecasts and enables earlier, data-driven wire-offs that improve total completed experiences. The framework also demonstrates how Prophet-based baseline forecasting and hyperparameter search support robust, scalable decision-making in dynamic vendor ecosystems, with practical benefits for customer satisfaction and business performance.
Abstract
eBay partners with external vendors, which allows customers to freely select a vendor to complete their eBay experiences. However, vendor outages can hinder customer experiences. Consequently, eBay can disable a problematic vendor to prevent customer loss. Disabling the vendor too late risks losing customers willing to switch to other vendors, while disabling it too early risks losing those unwilling to switch. In this paper, we propose a data-driven solution to answer whether eBay should disable a problematic vendor and when to disable it. Our solution involves forecasting customer behavior. First, we use a multiplicative seasonality model to represent behavior if all vendors are fully functioning. Next, we use a Monte Carlo simulation to represent behavior if the problematic vendor remains enabled. Finally, we use a linear model to represent behavior if the vendor is disabled. By comparing these forecasts, we determine the optimal time for eBay to disable the problematic vendor.
