J535D165 / recordlinkage

A powerful and modular toolkit for record linkage and duplicate detection in Python
http://recordlinkage.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
966 stars 152 forks source link

Avoid np.log of zero in ECM #203

Open emuccino opened 9 months ago

emuccino commented 9 months ago

Add small number before apply np.log() to avoid log of zero error.