Skip to content

Commit

Permalink
fixed code that was there for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
klee2020 committed May 22, 2024
1 parent 4f810ba commit 51acd62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
cl.jaro_winkler_at_thresholds(
"company_name", [0.9, 0.6]
), # threshold will catch typos and shortenings,
cl.exact_match(
"zipcode"
), # want to get rid of this actually bc too many false positives
# cl.exact_match(
# "zipcode"
# ), # want to get rid of this actually bc too many false positives
cl.jaro_winkler_at_thresholds("address", [0.9, 0.6]),
],
}
Expand Down

0 comments on commit 51acd62

Please sign in to comment.