hetero_pearson_testsuite.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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_host.csv",
  13. "head": 1,
  14. "partition": 16,
  15. "table_name": "breast_hetero_host",
  16. "namespace": "experiment",
  17. "role": "host_0"
  18. }
  19. ],
  20. "tasks": {
  21. "default": {
  22. "conf": "./test_hetero_pearson_default_conf.json",
  23. "dsl": "./test_hetero_pearson_default_dsl.json"
  24. },
  25. "host_only": {
  26. "conf": "./test_hetero_pearson_host_only_conf.json",
  27. "dsl": "./test_hetero_pearson_host_only_dsl.json"
  28. },
  29. "sole": {
  30. "conf": "./test_hetero_pearson_sole_conf.json",
  31. "dsl": "./test_hetero_pearson_sole_dsl.json"
  32. },
  33. "mix_rand": {
  34. "conf": "./test_hetero_pearson_mix_rand_conf.json",
  35. "dsl": "./test_hetero_pearson_mix_rand_dsl.json"
  36. }
  37. }
  38. }