You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where I need to be able to restart the process where we left off, basically calling csvdedupe as a service to create training sets. I need to find a way that I can call csvdedupe get a pair to match against, call it again give it the answer, and have it store the settings and state. I thought I could do this by setting the random.seed value but I can't find a command line option for this.
I have a use case where I need to be able to restart the process where we left off, basically calling csvdedupe as a service to create training sets. I need to find a way that I can call csvdedupe get a pair to match against, call it again give it the answer, and have it store the settings and state. I thought I could do this by setting the random.seed value but I can't find a command line option for this.
I found dedupeio/dedupe#541 and dedupeio/dedupe#643 but neither has an actual solution and were closed due to inactivity.
Any ideas?
Thanks,
Jeremy
The text was updated successfully, but these errors were encountered: