dedupeio / dedupe-examples

:id: Examples for using the dedupe library
MIT License
404 stars 216 forks source link

AttributeError: 'Dedupe' object has no attribute 'prepare_training' #125

Closed Andra666 closed 2 years ago

Andra666 commented 2 years ago

this part dosen't work sadly?

deduper = dedupe.Dedupe(fields) deduper.prepare_training(data_d)

AttributeError: 'Dedupe' object has no attribute 'prepare_training'

any workaround or working example code?

fgregg commented 2 years ago

upgrade your dedupe version.