zingg icon indicating copy to clipboard operation
zingg copied to clipboard

Matching and non matching pairs count displayed as 0

Open AppyKul opened this issue 1 week ago • 10 comments

Hi,

After the interactive labeler phase, when the below code runs : print(f'You have accumulated {n_pos} pairs labeled as positive matches.') print(f'You have accumulated {n_neg} pairs labeled as not matches.')

The count is incorrectly displayed.

The line start = pair.children[0].value.find('data-title="') is where the issue probably is as the value for start is -1.

Can you please tell what exactly happens in the data-title section?

The value of pair.children[0] is :

HTML(value='z_cluster1719220687105:01719220687105:0custid1010410103fname joshua joshuslname george georgestNo77add1 jelbart street jelbart streetadd2 city hyam sbeach hyams beachareacode vic vicstate40324032dob1945022019450220ssn43322624332262')

AppyKul avatar Jun 24 '24 12:06 AppyKul