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

     1  {
     2    "title": "What would indicate good flow?",
     3    "tags": ["test", "fred / ned"],
     4    "train": {
     5      "dataset": {
     6        "fields": ["group","district","height","flow"]
     7      }
     8    },
     9    "ruleFields": ["group","district","height"],
    10    "aggregators": [
    11      {
    12        "name": "goodFlowMCC",
    13        "kind": "mcc",
    14        "arg": "flow > 60"
    15      }
    16    ],
    17    "goals": ["goodFlowAccuracy > 10"],
    18    "sortOrder": [
    19      {
    20        "aggregator": "goodFlowMCC",
    21        "direction": "descending"
    22      },
    23      {
    24        "aggregator": "numMatches",
    25        "direction": "descending"
    26      }
    27    ]
    28  }