hetero_sshe_linr_testsuite.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/motor_hetero_guest.csv",
  5. "head": 1,
  6. "partition": 16,
  7. "table_name": "motor_hetero_guest",
  8. "namespace": "experiment",
  9. "role": "guest_0"
  10. },
  11. {
  12. "file": "examples/data/motor_hetero_host.csv",
  13. "head": 1,
  14. "partition": 16,
  15. "table_name": "motor_hetero_host",
  16. "namespace": "experiment",
  17. "role": "host_0"
  18. },
  19. {
  20. "file": "examples/data/motor_hetero_host.csv",
  21. "head": 1,
  22. "partition": 16,
  23. "table_name": "motor_hetero_host",
  24. "namespace": "experiment",
  25. "role": "host_1"
  26. }
  27. ],
  28. "pipeline_tasks": {
  29. "linr-train": {
  30. "script": "./pipeline-hetero-linr.py"
  31. },
  32. "linr-warm-start": {
  33. "script": "./pipeline-hetero-linr-warm-start.py"
  34. },
  35. "linr-validate": {
  36. "script": "./pipeline-hetero-linr-validate.py"
  37. },
  38. "linr-cv": {
  39. "script": "./pipeline-hetero-linr-cv.py"
  40. },
  41. "linr-compute-loss-not-reveal": {
  42. "script": "./pipeline-hetero-linr-compute-loss-not-reveal.py"
  43. },
  44. "linr-encrypted-reveal-in-host": {
  45. "script": "./pipeline-hetero-linr-encrypted-reveal-in-host.py"
  46. },
  47. "linr-large-init-w-compute-loss": {
  48. "script": "./pipeline-hetero-linr-large-init-w-compute-loss.py"
  49. },
  50. "linr-sample-weight": {
  51. "script": "./pipeline-hetero-linr-sample-weight.py"
  52. }
  53. }
  54. }