1
2 Comments

How a Bank Saved $500k a Month From ATMs Using a Time Series Model

I started writing stories on how companies and individuals deploy impactful AI applications and make money.

Here's the latest post - https://paradigmai.substack.com/p/how-a-bank-saved-500k-a-month-from

PS - I really hope this MLOps group had more activity on IH! Let come together!

on February 25, 2023
  1. 1

    Nice story. I'm wondering why use a relational database and not a specific for times series workloads?

    1. 1

      In this case, the purpose of the DB was just to store the batch predictions and the actual data coming each day from the ATMs. So the relational DB was enough to handle that.