Skip to content

Commit

Permalink
Merge b2aa91a into 229d756
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Jan 11, 2022
2 parents 229d756 + b2aa91a commit 0407614
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
10 changes: 7 additions & 3 deletions splink/files/chart_defs/gamma_distribution_chart_def.json
Expand Up @@ -37,16 +37,20 @@
"type": "ordinal",
"field": "level_name"
},
{
"type": "nominal",
"field": "level_proportion",
"title": "Percentage of record comparisons in this level",
"format": ".2%"
},
{
"type": "quantitative",
"field": "bayes_factor",
"format": ".4f"
},
{
"type": "nominal",
"field": "level_proportion",
"title": "Percentage of record comparisons in this level",
"format": ".2%"
"field": "sql_expr"
},
{
"type": "quantitative",
Expand Down
8 changes: 8 additions & 0 deletions splink/files/chart_defs/probability_distribution_chart.json
Expand Up @@ -68,6 +68,10 @@
"field": "bayes_factor",
"format": ".4f"
},
{
"type": "nominal",
"field": "sql_expr"
},
{
"type": "nominal",
"field": "level_proportion",
Expand Down Expand Up @@ -150,6 +154,10 @@
"field": "bayes_factor",
"format": ".4f"
},
{
"type": "nominal",
"field": "sql_expr"
},
{
"type": "nominal",
"field": "level_proportion",
Expand Down

0 comments on commit 0407614

Please sign in to comment.