feature_scale_testsuite.json 721 B

12345678910111213141516171819202122232425262728
  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. "pipeline_tasks": {
  21. "normal": {
  22. "script": "pipeline-feature-scale-normal.py"
  23. },
  24. "cap": {
  25. "script": "pipeline-feature-scale-cap.py"
  26. }
  27. }
  28. }