github.com/vlifesystems/rulehunter@v0.0.0-20180501090014-673078aa4a83/cmd/fixtures/debt2.json (about) 1 { 2 "fileFormatVersion": "0.1", 3 "title": "What is most likely to indicate success (2)", 4 "train": { 5 "dataset": { 6 "csv": { 7 "filename": "fixtures/debt.csv", 8 "hasHeader": true, 9 "separator": "," 10 }, 11 "fields": ["name", "balance", "num_cards", "marital_status", 12 "tertiary_educated", "success"] 13 }, 14 "ruleGeneration": { 15 "fields": ["name", "balance", "num_cards", "marital_status", 16 "tertiary_educated"] 17 }, 18 "when": "!hasRun" 19 }, 20 "aggregators": [ 21 { 22 "name": "successMcc", 23 "kind": "mcc", 24 "arg": "success" 25 } 26 ], 27 "goals": ["successMcc > 0"], 28 "sortOrder": [ 29 { 30 "aggregator": "successMcc", 31 "direction": "descending" 32 } 33 ] 34 }