-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.json
25 lines (25 loc) · 1.12 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"systems": ["hospital_001", "hospital_002", "hospital_003"],
"projects": ["name-sex-dob-phone", "name-sex-dob-zip", "name-sex-dob-parents", "name-sex-dob-addr", "exact:name-sex-dob-zip"],
"matching_threshold": [0.75, 0.75, 0.75, 0.75],
"project_deconfliction_weights": {
"name-sex-dob-phone": 0.8,
"name-sex-dob-zip": 0.65,
"name-sex-dob-parents": 1.0,
"name-sex-dob-addr": 0.9,
"exact:name-sex-dob-zip": 0.9
},
"schema_folder": "test-data/envs/small/schema",
"inbox_folder": "test-data/envs/small/inbox",
"project_results_folder": "test-data/envs/small/project_results",
"matching_results_folder": "test-data/envs/small/results",
"output_folder": "test-data/envs/small/output",
"entity_service_url": "http://localhost:8851/api/v1",
"mongo_uri": "localhost:27017",
"blocked": false,
"blocking_schema": "test-data/envs/small/schema/blocking-schema/lambda.json",
"household_match": false,
"household_include_exact": false,
"household_threshold": 0.65,
"household_schema": "test-data/envs/small/schema/household-schema/fn-phone-addr-zip.json"
}