-
As part of a Customer Platform project, we're currently assessing Splink. We've managed Splink to train on a dataset with roughly 10M records. Overall have an event-based setup which means we would ideally require a near-real-time lookup of records, based on events as they come in. Ideally this would require performing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @RobinL .. any thoughts? 🙂 |
Beta Was this translation helpful? Give feedback.
There's two answers. One is that we're currently working on supporting this better/faster
The second is that, as it stands, you probably need to just set up a new linker each time, load in term frequency tables (if you have tf afjustments), and then call predict()
This can be reasonably faster (latency of like 0.3 seconds). Genearlly it's pos…