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