Skip to content

Commit

Permalink
Merge pull request dedupeio#448 from fortiema/fortiema-patch-1
Browse files Browse the repository at this point in the history
fixed grammar errors in training.py
  • Loading branch information
fgregg committed Mar 2, 2016
2 parents 9562f1a + 81c883f commit 24aef51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dedupe/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,5 +296,5 @@ def prepare_index(blocker, pairs, matching) :



OUT_OF_PREDICATES_WARNING = "Ran out of predicates: Dedupe tries to find blocking rules that will work well with your data. Sometimes it can't find great ones, and you'll get this warning. It means that there are some pairs of true records that you dedupe may never compare. If you are getting bad results, try increasing the ppc argument to the train method (if it less than 1.0)"
OUT_OF_PREDICATES_WARNING = "Ran out of predicates: Dedupe tries to find blocking rules that will work well with your data. Sometimes it can't find great ones, and you'll get this warning. It means that there are some pairs of true records that dedupe may never compare. If you are getting bad results, try increasing the ppc argument to the train method (if it is less than 1.0)"

0 comments on commit 24aef51

Please sign in to comment.