Open selva221724 opened 2 years ago
Found a solution !!!
find the compare.py
in your python environment \Lib\site-packages\recordlinkage\compare.py
and edit the following with your desired value, it is a temp fix, not long-term. I needed 0.5
replace missing_value=0.0
with missing_value=0.5
Again it is a temp fix, not the correct one please
For the best correction, remove the default value of missing_value
and declare the missing value every time when you use the string, exact..etc.
I am trying to use the
missing_value
, but it is returning0
when there is a missing value in the comparison. I am using the latestversion 0.15
, no improvements still? any help will be appreciated !!