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
I get the following error when I use only a few records. for example if I use more than 37 records it works fine but less than 37 I get an error. What could be the problem?
BlockingError: No records have been blocked together. Is the data you are trying to match like the data you trained on?
The text was updated successfully, but these errors were encountered:
@tinashebutsa,
you should probably increase the sample_size argument when running dedupe_dataframe.
You have a very small number of records. Som I would set sample_size=1.
Let me know if anything is unclear or need further guidance.
I get the following error when I use only a few records. for example if I use more than 37 records it works fine but less than 37 I get an error. What could be the problem?
BlockingError: No records have been blocked together. Is the data you are trying to match like the data you trained on?
The text was updated successfully, but these errors were encountered: