| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "data": [
- {
- "file": "examples/data/unified_dataset_noniid_1_1000.csv",
- "head": 1,
- "partition": 8,
- "table_name": "heart_nonscaled_hetero_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/unified_dataset_noniid_2_1000_mani.csv",
- "head": 1,
- "partition": 8,
- "table_name": "heart_nonscaled_hetero_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/unified_dataset_validation_1000.csv",
- "head": 1,
- "partition": 8,
- "table_name": "heart_nonscaled_hetero_test",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/unified_dataset_validation_1000.csv",
- "head": 1,
- "partition": 8,
- "table_name": "heart_nonscaled_hetero_test",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/mocked_string_data.csv",
- "head": 1,
- "partition": 8,
- "table_name": "mock_string",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/mocked_string_data.csv",
- "head": 1,
- "partition": 8,
- "table_name": "mock_string",
- "namespace": "experiment",
- "role": "host_0"
- }
- ],
- "pipeline_tasks": {
- "homo-onehot-string-test": {
- "script": "pipeline-homo-onehot-string-test.py"
- },
- "homo-onehot-test": {
- "script": "pipeline-homo-onehot-test.py"
- },
- "homo-onehot-string-partial_col-test": {
- "script": "pipeline-homo-onehot-string-partial_col-test.py"
- }
- }
- }
|