hetero_secureboost_testsuite.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/breast_hetero_guest.csv",
  5. "head": 1,
  6. "partition": 4,
  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": 4,
  15. "table_name": "breast_hetero_host",
  16. "namespace": "experiment",
  17. "role": "host_0"
  18. },
  19. {
  20. "file": "examples/data/vehicle_scale_hetero_guest.csv",
  21. "head": 1,
  22. "partition": 4,
  23. "table_name": "vehicle_scale_hetero_guest",
  24. "namespace": "experiment",
  25. "role": "guest_0"
  26. },
  27. {
  28. "file": "examples/data/vehicle_scale_hetero_host.csv",
  29. "head": 1,
  30. "partition": 4,
  31. "table_name": "vehicle_scale_hetero_host",
  32. "namespace": "experiment",
  33. "role": "host_0"
  34. },
  35. {
  36. "file": "examples/data/student_hetero_guest.csv",
  37. "head": 1,
  38. "partition": 4,
  39. "table_name": "student_hetero_guest",
  40. "namespace": "experiment",
  41. "role": "guest_0"
  42. },
  43. {
  44. "file": "examples/data/student_hetero_host.csv",
  45. "head": 1,
  46. "partition": 4,
  47. "table_name": "student_hetero_host",
  48. "namespace": "experiment",
  49. "role": "host_0"
  50. },
  51. {
  52. "file": "examples/data/ionosphere_scale_hetero_guest.csv",
  53. "head": 1,
  54. "partition": 4,
  55. "table_name": "ionosphere_scale_hetero_guest",
  56. "namespace": "experiment",
  57. "role": "guest_0"
  58. },
  59. {
  60. "file": "examples/data/ionosphere_scale_hetero_host.csv",
  61. "head": 1,
  62. "partition": 4,
  63. "table_name": "ionosphere_scale_hetero_host",
  64. "namespace": "experiment",
  65. "role": "host_0"
  66. },
  67. {
  68. "file": "examples/data/motor_hetero_guest.csv",
  69. "head": 1,
  70. "partition": 4,
  71. "table_name": "motor_hetero_guest",
  72. "namespace": "experiment",
  73. "role": "guest_0"
  74. },
  75. {
  76. "file": "examples/data/motor_hetero_host_1.csv",
  77. "head": 1,
  78. "partition": 4,
  79. "table_name": "motor_hetero_host_1",
  80. "namespace": "experiment",
  81. "role": "host_0"
  82. },
  83. {
  84. "file": "examples/data/motor_hetero_host_2.csv",
  85. "head": 1,
  86. "partition": 4,
  87. "table_name": "motor_hetero_host_2",
  88. "namespace": "experiment",
  89. "role": "host_1"
  90. }
  91. ],
  92. "tasks": {
  93. "train_binary": {
  94. "conf": "./test_secureboost_train_binary_conf.json",
  95. "dsl": "./test_secureboost_train_dsl.json"
  96. },
  97. "warm_start_train": {
  98. "conf": "./test_secureboost_warm_start_conf.json",
  99. "dsl": "./test_secureboost_warm_start_dsl.json"
  100. },
  101. "train_complete_secure": {
  102. "conf": "./test_secureboost_train_complete_secure_conf.json",
  103. "dsl": "./test_secureboost_train_dsl.json"
  104. },
  105. "train_binary_without_cipher_compress": {
  106. "conf": "./test_secureboost_train_binary_without_cipher_compress_conf.json",
  107. "dsl": "./test_secureboost_train_dsl.json"
  108. },
  109. "train_binary_predict": {
  110. "conf": "./test_predict_conf.json",
  111. "dsl": "./test_predict_dsl.json",
  112. "deps": "train_binary"
  113. },
  114. "train_binary_EINI_predict": {
  115. "conf": "./test_EINI_predict_conf.json",
  116. "dsl": "./test_predict_dsl.json",
  117. "deps": "train_binary"
  118. },
  119. "train_multi": {
  120. "conf": "./test_secureboost_train_multi_conf.json",
  121. "dsl": "./test_secureboost_train_dsl.json"
  122. },
  123. "train_regression": {
  124. "conf": "./test_secureboost_train_regression_conf.json",
  125. "dsl": "./test_secureboost_train_dsl.json"
  126. },
  127. "cv_binary": {
  128. "conf": "./test_secureboost_cross_validation_binary_conf.json",
  129. "dsl": "./test_secureboost_cross_validation_dsl.json"
  130. },
  131. "cv_multi": {
  132. "conf": "./test_secureboost_cross_validation_multi_conf.json",
  133. "dsl": "./test_secureboost_cross_validation_dsl.json"
  134. },
  135. "cv_regression": {
  136. "conf": "./test_secureboost_cross_validation_regression_conf.json",
  137. "dsl": "./test_secureboost_cross_validation_dsl.json"
  138. },
  139. "train_binary_with_missing_value": {
  140. "conf": "./test_secureboost_train_binary_with_missing_value_conf.json",
  141. "dsl": "./test_secureboost_train_dsl.json"
  142. },
  143. "train_multi_host": {
  144. "conf": "./test_secureboost_train_regression_multi_host_conf.json",
  145. "dsl": "./test_secureboost_train_dsl.json"
  146. },
  147. "train_with_early_stopping": {
  148. "conf": "./test_secureboost_train_with_early_stopping_conf.json",
  149. "dsl": "./test_secureboost_train_dsl.json"
  150. }
  151. }
  152. }