column_expand_testsuite.json 901 B

123456789101112131415161718192021222324252627282930313233
  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. "pipeline_tasks": {
  26. "column-expand": {
  27. "script": "./pipeline-column-expand.py"
  28. },
  29. "column-expand-anonymous": {
  30. "script": "./pipeline-column-expand-anonymous.py"
  31. }
  32. }
  33. }