Skip to content

Instantly share code, notes, and snippets.

@fgregg
Created September 7, 2017 19:22
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save fgregg/e45280fa32a9eee8daab65a95f385656 to your computer and use it in GitHub Desktop.
Save fgregg/e45280fa32a9eee8daab65a95f385656 to your computer and use it in GitHub Desktop.
@ohenrik
Copy link

ohenrik commented Nov 20, 2017

Great example however what is FIELDS (on line 151) supposed to be? in the example above it is missing. I tried to pass in an array/set/tuple of the field names in my dataset, but it will not use that data. Could you provide an example?

@nrajasek1
Copy link

the script is failing @ clustered_dupes = deduper.match(data_1, data_2, threshold=0.0) with error
return self.matchBlocks(blocked_pairs, threshold)
AttributeError: 'StaticRecordLink' object has no attribute 'matchBlocks'

@havardox
Copy link

havardox commented Apr 8, 2023

Seconding @ohenrik. FIELDS is undefined and I'm not sure what it's meant to be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment