123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "data": [
- {
- "file": "examples/data/breast_hetero_mini_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_hetero_mini_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/breast_hetero_mini_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_hetero_mini_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/motor_hetero_mini_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "motor_hetero_mini_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/motor_hetero_mini_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "motor_hetero_mini_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/dvisits_hetero_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "dvisits_hetero_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/dvisits_hetero_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "dvisits_hetero_host",
- "namespace": "experiment",
- "role": "host_0"
- }
- ],
- "pipeline_tasks": {
- "linr-stepwise": {
- "script": "./pipeline-stepwise-linr.py"
- },
- "lr-stepwise": {
- "script": "./pipeline-stepwise-lr.py"
- },
- "poisson-stepwise": {
- "script": "./pipeline-stepwise-poisson.py"
- }
- }
- }
|