How I Solved a 7-Day Calculation Problem in a weekend
In a previous project, my team was building a SaaS application. The scenario was this: we had a slider for setting a price, from $0.00 to $10.00. When you moved the slider, the app would show you the projected sales for that price. The slider input was combined with two other attributes, Region and SKU name.The problem was performance. Each time the slider moved, it would take a full 15 seconds to get a response from the ML model. We knew better hardware could fix it, but we had serious resource...
Read more at medium.com