12345678910111213141516171819202122232425262728 |
- {
- "data": [
- {
- "file": "examples/data/breast_hetero_host.csv",
- "head": 1,
- "partition": 4,
- "table_name": "breast_hetero_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/breast_hetero_guest.csv",
- "head": 1,
- "partition": 4,
- "table_name": "breast_hetero_guest",
- "namespace": "experiment",
- "role": "guest_0"
- }
- ],
- "pipeline_tasks": {
- "normal": {
- "script": "pipeline-feature-scale-normal.py"
- },
- "cap": {
- "script": "pipeline-feature-scale-cap.py"
- }
- }
- }
|