Replies: 2 comments
-
I got the same logs, it got resolve after doing this. |
Beta Was this translation helpful? Give feedback.
-
The problem is that Splink assumes that you have multiple columns that need linking (e.g. first name, surname, date of birth...or for your data it could be brand name, address, market sector, revenue). In general, Splink is not a good fit for a problem where you have a single column. We should document this better somewhere! |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am pretty new to splink and I am trying splink to check its fitment with respect to my problem statement (record matching). So, I have taken example dataset and code shown in splink introductory page (https://moj-analytical-services.github.io/splink/) . However I am getting error Your model is not yet fully trained.
Also I tried on solving my problem statement (identify and cluster duplicate brands), it showed an error - duckdb.ParserException: Parser Error: syntax error at or near ")" (screenshots below)
Can anyone please help me understand this why I am getting this error? Is there anything I am missing or doing in a wrong way ?
Python ver. - 3.8
splink ver. - 3.4.0
DuckDB ver. - 0.5.1
Sample Data and base code
Error in running code on sample data
Error in running code on my problem statement
Beta Was this translation helpful? Give feedback.
All reactions