Ted Enamorado
Ted Enamorado
Hi Gui, If you are running into memory limitations, it can be one of two things: 1. Some of the blocks are really large. 2. There is a lot of...
Hi Gui, Another idea that could work for those records with a birth year before 1940 is to pack them in just one cluster. Keep us posted on how it...
Hi, Your code looks OK. Do you happen to have a reproducible example you could share with us? More than happy to take a look. All my best, Ted
Hi, Are there NAs in the name variable? All my best, Ted
Hi, Having a large number of missing values in one field can affect the model's ability to converge since it must rely on the available information. Another issue is when...
Hi @shamahutoto, As @aalexandersson mentions, one idea here would be to lower the matching threshold. By default fastLink only returns pairs of records with a matching probability larger than 0.85....