You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe a dumb question, but how do you change the norm when you apply different comparison functions? In my case I'd like to change the LCS norm from "dice" to "overlap", but
Hi,
Maybe a dumb question, but how do you change the norm when you apply different comparison functions? In my case I'd like to change the LCS norm from "dice" to "overlap", but
compare.string('Name', 'Name', method='lcs', label='Name_LCS', 'norm'='overlap')
does not seem to change the norm, so I guess there's somewhere else to apply kwargs?
Thanks!
The text was updated successfully, but these errors were encountered: