Client problem: A business loses / doesn’t gain potential profit if:
- it has not enough servers, so customers who intended to get a service leave without one;
- it has so many servers, that expenses for them are not worth the number of customers they can serve.
That forces businesses to keep a fragile balance between "too much" and "too little" active servers, which is a challenging optimization problem.
Delivered solution: Given historical data, a tool called
sQeduler predicts the expected number of customers, simulates how much profit they’ll bring in different cases and, based on that, predicts the number of active servers that'll yield the greatest profit.
Tech stack: Python, PyTorch, scikit-learn, statsmodels, pdmarima, SQLite, pandas, scipy