github.com/vlifesystems/rulehunter@v0.0.0-20180501090014-673078aa4a83/cmd/fixtures/debt_when_hasrun.yaml (about)

     1  fileFormatVersion: "0.1"
     2  title: "What is most likely to indicate success"
     3  train:
     4    dataset:
     5      csv:
     6        filename: "fixtures/debt.csv"
     7        hasHeader: true
     8        separator:  ","
     9      fields:
    10        - "name"
    11        - "balance"
    12        - "num_cards"
    13        - "marital_status"
    14        - "tertiary_educated"
    15        - "success"
    16    when: "hasRun"
    17    ruleGeneration:
    18      fields:
    19        - "name"
    20        - "balance"
    21        - "num_cards"
    22        - "marital_status"
    23        - "tertiary_educated"
    24  aggregators:
    25    - name: "successMcc"
    26      kind: "mcc"
    27      arg: "success"
    28  goals:
    29    - "successMcc > 0"
    30  sortOrder:
    31    - aggregator: "successMcc"
    32      direction: "descending"