If you see this example record,
my Z_Score depend on these five columns:
("linkedin_url", "string", MatchType.NULL_OR_BLANK, MatchType.EXACT),
("full_name", "string", MatchType.NULL_OR_BLANK, MatchType.FUZZY),
("email", "string", MatchType.NULL_OR_BLANK, MatchType.EXACT),
("company_name", "string", MatchType.NULL_OR_BLANK, MatchType.FUZZY),
("domain", "string", MatchType.NULL_OR_BLANK, MatchType.EXACT),