github.com/vlifesystems/rulehunter@v0.0.0-20180501090014-673078aa4a83/experiment/fixtures/flow_no_train_or_test.json (about) 1 { 2 "title": "What would indicate good flow?", 3 "tags": ["test", "fred / ned"], 4 "ruleFields": ["group","district","height"], 5 "aggregators": [ 6 { 7 "name": "goodFlowAccuracy", 8 "kind": "accuracy", 9 "arg": "flow > 60" 10 } 11 ], 12 "goals": ["goodFlowAccuracy > 10"], 13 "sortOrder": [ 14 { 15 "aggregator": "goodFlowAccuracy", 16 "direction": "descending" 17 }, 18 { 19 "aggregator": "numMatches", 20 "direction": "descending" 21 } 22 ] 23 }