12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "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/breast_hetero_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_hetero_host",
- "namespace": "experiment",
- "role": "host_1"
- },
- {
- "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"
- }
- ],
- "pipeline_tasks": {
- "kmeans": {
- "script": "pipeline-kmeans.py"
- },
- "kmeans_validate": {
- "script": "pipeline-kmeans-validate.py"
- },
- "kmeans_feature_engineering": {
- "script": "pipeline-kmeans-with-feature-engineering.py"
- },
- "kmeans_multi_host": {
- "script": "pipeline-kmeans-multi-host.py"
- }
- }
- }
|