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

     1  title: "What would indicate good flow?"
     2  tags:
     3    - test
     4    - "fred / ned"
     5  category: "testing"
     6  train:
     7    dataset:
     8      csv:
     9        filename: "fixtures/flow.csv"
    10        hasHeader: true
    11        separator:  ","
    12      fields:
    13        - group
    14        - district
    15        - height
    16        - flow
    17    ruleGeneration:
    18      fields:
    19        - group
    20        - district
    21        - height
    22  aggregators:
    23    - name: "badToTheBone"
    24      kind: "calc"
    25      arg: "numMatches / 0"
    26  goals:
    27    - "goodFlowMcc > 0"
    28  sortOrder:
    29    - aggregator: "numMatches"
    30      direction: "descending"