multi_pipeline_testsuite.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/breast_hetero_host.csv",
  5. "head": 1,
  6. "partition": 4,
  7. "table_name": "breast_hetero_host",
  8. "namespace": "experiment",
  9. "role": "host_0"
  10. },
  11. {
  12. "file": "examples/data/breast_hetero_guest.csv",
  13. "head": 1,
  14. "partition": 4,
  15. "table_name": "breast_hetero_guest",
  16. "namespace": "experiment",
  17. "role": "guest_0"
  18. },
  19. {
  20. "file": "examples/data/breast_homo_host.csv",
  21. "head": 1,
  22. "partition": 4,
  23. "table_name": "breast_homo_host",
  24. "namespace": "experiment",
  25. "role": "host_0"
  26. },
  27. {
  28. "file": "examples/data/breast_homo_guest.csv",
  29. "head": 1,
  30. "partition": 4,
  31. "table_name": "breast_homo_guest",
  32. "namespace": "experiment",
  33. "role": "guest_0"
  34. }
  35. ],
  36. "pipeline_tasks": {
  37. "homo-multi": {
  38. "script": "pipeline-homo-multi-model.py"
  39. },
  40. "hetero-multi": {
  41. "script": "pipeline-hetero-multi-model.py"
  42. }
  43. }
  44. }