1234567891011121314151617181920212223242526272829303132333435 |
- {
- "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_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "anony_breast_hetero_guest",
- "namespace": "experiment",
- "role": "guest_0",
- "with_meta": true,
- "meta": {
- "with_label": true,
- "label_name": "y"
- }
- }
- ],
- "tasks": {
- "column-expand": {
- "conf": "./test_column_expand_job_conf.json",
- "dsl": "./test_column_expand_job_dsl.json"
- },
- "column-expand-anonymous": {
- "conf": "./test_column_expand_anonymous_job_conf.json",
- "dsl": "./test_column_expand_job_dsl.json"
- }
- }
- }
|