feature_scale_testsuite.json 833 B

123456789101112131415161718192021222324252627282930
  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. "tasks": {
  21. "normal": {
  22. "conf": "./test_feature_scale_normal_conf.json",
  23. "dsl": "./test_feature_scale_normal_dsl.json"
  24. },
  25. "cap": {
  26. "conf": "./test_feature_scale_cap_conf.json",
  27. "dsl": "./test_feature_scale_cap_dsl.json"
  28. }
  29. }
  30. }