Confidence Score in FindMatches returning 0 where IDs match

0

We are running an AWS Glue Studio job determine matches between certain products. The Job works very well, however we are unable to add the Confidence score correctly to the output.

The initial script did not have computeMatchConfidenceScores in it as it is defaulted to = False.

We have added the clause to the script but the output returns 0 on every line, even where the matches are 100%. Below is a snipped of the script:

findmatches2 = FindMatches.apply(frame = resolvechoice1, transformId = "<redacted>",  transformation_ctx = "findmatches2", computeMatchConfidenceScores = True)

We have searched everywhere for some sort of answer to this but come up short.

質問済み 2年前64ビュー
回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ