Check your call of comp_cl.string(). Did you correctly specify the first argument passed as a variable length argument?

动态 未结 0 110
小小草
小小草 LV1 2023年9月23日 23:40 发表
I apologize for the mistake. Here's the corrected code: # Create a comparison object comp_cl = recordlinkage.Compare() # Find exact matches on city, cuisine_types comp_cl.exact('city', 'city', label='city') comp_cl.exact('cuisine_type', 'cuisine_type', label = 'cuisine_type') # Find similar matches of rest_name comp_cl.string('name', 'name', label='name', threshold = 0.8)
收藏(0)  分享
相关标签: 智能问答
问题没解决?让AI助手帮你作答 AI助手
0个回复
  • 消灭零回复