1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "data": [
- {
- "file": "examples/data/breast_hetero_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_hetero_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/breast_hetero_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_hetero_host",
- "namespace": "experiment",
- "role": "host_1"
- },
- {
- "file": "examples/data/breast_hetero_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_hetero_host_sid",
- "namespace": "experiment",
- "extend_sid": true,
- "auto_increasing_sid": false,
- "role": "host_0"
- },
- {
- "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_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_hetero_guest_sid",
- "namespace": "experiment",
- "extend_sid": true,
- "auto_increasing_sid": false,
- "role": "guest_0"
- }
- ],
- "pipeline_tasks": {
- "sample-weight-balanced": {
- "script": "./pipeline-sample-weight-balanced.py"
- },
- "sample-weight-class-dict-feature-engineering": {
- "script": "./pipeline-sample-weight-class-dict-feature-engineering.py"
- },
- "sample-weight-name": {
- "script": "./pipeline-sample-weight-name.py"
- },
- "sample-weight-multi-host": {
- "script": "./pipeline-sample-weight-multi-host.py"
- },
- "sample-weight-transform": {
- "script": "./pipeline-sample-weight-transform.py"
- }
- }
- }
|