-
Notifications
You must be signed in to change notification settings - Fork 0
Sample Query
Sandesh Gade edited this page Mar 2, 2018
·
1 revision
{ "conditions": [
{
"feature": "race",
"operation": "eq",
"value": "Black"
},
{
"feature": "sex",
"operation": "eq",
"value": "Female"
},
{
"feature": "marital-status",
"operation": "eq",
"value": "Divorced"
},
{
"feature": "age",
"operation": "gte",
"value": 35
}],
"conjunctions": ["and", "and", "and"]
}