Skip to content

Commit

Permalink
Merge 42b1c5c into 7d0d29d
Browse files Browse the repository at this point in the history
  • Loading branch information
slobo committed Jun 16, 2021
2 parents 7d0d29d + 42b1c5c commit 33921ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions splink/files/settings_jsonschema.json
Expand Up @@ -281,7 +281,7 @@
"type": "boolean",
"default": false,
"title": "Whether ex post term frequency adjustments should be made to match scores for this column",
"description": "For some columns such as first name, the value of first name is important due to the distribution of values being non-uniform. For instance, a match on 'linacre' contains more information than a match on 'smith. If this is set to true, a term frequency adjustment is made to account for these difference. For details of how this works, see [here](https://static.cambridge.org/content/id/urn:cambridge.org:id:article:S0003055418000783/resource/name/S0003055418000783sup001.pdf) page 7"
"description": "For some columns such as first name, the value of first name is important due to the distribution of values being non-uniform. For instance, a match on 'linacre' contains more information than a match on 'smith'. If this is set to true, a term frequency adjustment is made to account for these difference. For details of how this works, see [here](https://static.cambridge.org/content/id/urn:cambridge.org:id:article:S0003055418000783/resource/name/S0003055418000783sup001.pdf) page 7"
},
"gamma_index": {
"$id": "#/properties/comparison_columns/items/properties/gamma_index",
Expand Down Expand Up @@ -340,4 +340,4 @@
}
}
}
}
}

0 comments on commit 33921ee

Please sign in to comment.