I was running the csv_example.py from dedupe-examples.
I got an error message as below
File "csv_example.py", line 111, in <module>
deduper.sample(data_d, 15000)
AttributeError: 'Dedupe' object has no attribute 'sample'
Any help would be appreciated!