123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "data": [
- {
- "file": "examples/data/breast_hetero_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_hetero_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/breast_hetero_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_hetero_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/vehicle_scale_hetero_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "vehicle_scale_hetero_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/vehicle_scale_hetero_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "vehicle_scale_hetero_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/breast_homo_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_homo_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/breast_homo_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_homo_host",
- "namespace": "experiment",
- "role": "host_0"
- }
- ],
- "pipeline_tasks": {
- "local_baseline": {
- "script": "./pipeline-local-baseline.py"
- },
- "local_baseline-homo": {
- "script": "./pipeline-local-baseline-homo.py"
- },
- "local_baseline-sample-weight": {
- "script": "./pipeline-local-baseline-sample-weight.py"
- }
- }
- }
|