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
Hi, thanks for the awesome dataset. I actually have 3 questions:
How are the scores calculated? I read the older issue regarding this but it wasn't really answered there. If possible, could you disclose the formula that you used to calculate the score of a name? Is the score normalized? If a name has 0.35 for country A and 0.35 for country B, what does that indicate? If a name has 0.35 score as a first name for country A and 0.35 score as a surname for the same country A, what does that mean?
is search_first_name method no longer available?
It seems last names are ignored in deciding the country association. For the name "anderson", the result indicates it's a male name from Brazil. Although, "anderson" has a higher max last name score (0.59 for USA) than the max first name score (0.42 for Brazil)
The text was updated successfully, but these errors were encountered:
Yes, only the first_name has been used in deciding the country association (when using .describe). The last name is discarded. We can update the behavior because it might be confusing.
Hi, thanks for the awesome dataset. I actually have 3 questions:
How are the scores calculated? I read the older issue regarding this but it wasn't really answered there. If possible, could you disclose the formula that you used to calculate the score of a name? Is the score normalized? If a name has 0.35 for country A and 0.35 for country B, what does that indicate? If a name has 0.35 score as a first name for country A and 0.35 score as a surname for the same country A, what does that mean?
is
search_first_name
method no longer available?It seems last names are ignored in deciding the country association. For the name "anderson", the result indicates it's a male name from Brazil. Although, "anderson" has a higher max last name score (0.59 for USA) than the max first name score (0.42 for Brazil)
The text was updated successfully, but these errors were encountered: