github.com/vlifesystems/rulehunter@v0.0.0-20180501090014-673078aa4a83/experiment/fixtures/flow_no_csv_filename.json (about) 1 { 2 "title": "What would indicate good flow?", 3 "tags": ["test", "fred / ned"], 4 "train": { 5 "dataset": { 6 "csv": { 7 "hasHeader": true, 8 "separator": "," 9 }, 10 "fields": ["group","district","height","flow"] 11 } 12 }, 13 "ruleFields": ["group","district","height"], 14 "aggregators": [ 15 { 16 "name": "goodFlowMCC", 17 "kind": "mcc", 18 "arg": "flow > 60" 19 } 20 ], 21 "goals": ["goodFlowAccuracy > 10"], 22 "sortOrder": [ 23 { 24 "aggregator": "goodFlowMCC", 25 "direction": "descending" 26 }, 27 { 28 "aggregator": "numMatches", 29 "direction": "descending" 30 } 31 ] 32 }