column_expand_testsuite.json 1013 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/breast_hetero_guest.csv",
  5. "head": 1,
  6. "partition": 16,
  7. "table_name": "breast_hetero_guest",
  8. "namespace": "experiment",
  9. "role": "guest_0"
  10. },
  11. {
  12. "file": "examples/data/breast_hetero_guest.csv",
  13. "head": 1,
  14. "partition": 16,
  15. "table_name": "anony_breast_hetero_guest",
  16. "namespace": "experiment",
  17. "role": "guest_0",
  18. "with_meta": true,
  19. "meta": {
  20. "with_label": true,
  21. "label_name": "y"
  22. }
  23. }
  24. ],
  25. "tasks": {
  26. "column-expand": {
  27. "conf": "./test_column_expand_job_conf.json",
  28. "dsl": "./test_column_expand_job_dsl.json"
  29. },
  30. "column-expand-anonymous": {
  31. "conf": "./test_column_expand_anonymous_job_conf.json",
  32. "dsl": "./test_column_expand_job_dsl.json"
  33. }
  34. }
  35. }