hetero_nn_testsuite.json 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "file": "examples/data/breast_hetero_host.csv",
  21. "head": 1,
  22. "partition": 16,
  23. "table_name": "breast_hetero_host",
  24. "namespace": "experiment",
  25. "role": "host_1"
  26. },
  27. {
  28. "file": "examples/data/vehicle_scale_hetero_guest.csv",
  29. "head": 1,
  30. "partition": 16,
  31. "table_name": "vehicle_scale_hetero_guest",
  32. "namespace": "experiment",
  33. "role": "guest_0"
  34. },
  35. {
  36. "file": "examples/data/vehicle_scale_hetero_host.csv",
  37. "head": 1,
  38. "partition": 16,
  39. "table_name": "vehicle_scale_hetero_host",
  40. "namespace": "experiment",
  41. "role": "host_0"
  42. }
  43. ],
  44. "tasks": {
  45. "hetero_nn_train_binary_multi_host": {
  46. "conf": "hetero_nn_train_binary_multi_host_conf.json",
  47. "dsl": "hetero_nn_train_binary_multi_host_dsl.json"
  48. },
  49. "hetero_nn_train_binary_selective_bp": {
  50. "conf": "hetero_nn_train_binary_selective_bp_conf.json",
  51. "dsl": "hetero_nn_train_binary_selective_bp_dsl.json"
  52. },
  53. "hetero_nn_train_multi": {
  54. "conf": "hetero_nn_train_multi_conf.json",
  55. "dsl": "hetero_nn_train_multi_dsl.json"
  56. },
  57. "hetero_nn_train_binary_coae": {
  58. "conf": "hetero_nn_train_binary_coae_conf.json",
  59. "dsl": "hetero_nn_train_binary_coae_dsl.json"
  60. },
  61. "hetero_nn_train_with_warm_start": {
  62. "conf": "hetero_nn_train_with_warm_start_conf.json",
  63. "dsl": "hetero_nn_train_with_warm_start_dsl.json"
  64. },
  65. "hetero_nn_train_with_check_point": {
  66. "conf": "hetero_nn_train_with_check_point_conf.json",
  67. "dsl": "hetero_nn_train_with_check_point_dsl.json"
  68. },
  69. "hetero_nn_train_binary": {
  70. "conf": "hetero_nn_train_binary_conf.json",
  71. "dsl": "hetero_nn_train_binary_dsl.json"
  72. },
  73. "hetero_nn_train_binary_drop_out": {
  74. "conf": "hetero_nn_train_binary_drop_out_conf.json",
  75. "dsl": "hetero_nn_train_binary_drop_out_dsl.json"
  76. },
  77. "hetero_nn_train_with_early_stop": {
  78. "conf": "hetero_nn_train_with_early_stop_conf.json",
  79. "dsl": "hetero_nn_train_with_early_stop_dsl.json"
  80. }
  81. }
  82. }