homo_sbt_gbdt_benchmark.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/breast_homo_guest.csv",
  5. "head": 1,
  6. "partition": 16,
  7. "table_name": "breast_homo_guest",
  8. "namespace": "experiment",
  9. "role": "guest_0"
  10. },
  11. {
  12. "file": "examples/data/breast_homo_host.csv",
  13. "head": 1,
  14. "partition": 16,
  15. "table_name": "breast_homo_host",
  16. "namespace": "experiment",
  17. "role": "host_0"
  18. },
  19. {
  20. "file": "examples/data/breast_homo_test.csv",
  21. "head": 1,
  22. "partition": 16,
  23. "table_name": "breast_homo_test",
  24. "namespace": "experiment",
  25. "role": "guest_0"
  26. },
  27. {
  28. "file": "examples/data/breast_homo_test.csv",
  29. "head": 1,
  30. "partition": 16,
  31. "table_name": "breast_homo_test",
  32. "namespace": "experiment",
  33. "role": "host_0"
  34. },
  35. {
  36. "file": "examples/data/vehicle_scale_homo_guest.csv",
  37. "head": 1,
  38. "partition": 16,
  39. "table_name": "vehicle_scale_homo_guest",
  40. "namespace": "experiment",
  41. "role": "guest_0"
  42. },
  43. {
  44. "file": "examples/data/vehicle_scale_homo_host.csv",
  45. "head": 1,
  46. "partition": 16,
  47. "table_name": "vehicle_scale_homo_host",
  48. "namespace": "experiment",
  49. "role": "host_0"
  50. },
  51. {
  52. "file": "examples/data/vehicle_scale_homo_test.csv",
  53. "head": 1,
  54. "partition": 16,
  55. "table_name": "vehicle_scale_homo_test",
  56. "namespace": "experiment",
  57. "role": "guest_0"
  58. },
  59. {
  60. "file": "examples/data/vehicle_scale_homo_test.csv",
  61. "head": 1,
  62. "partition": 16,
  63. "table_name": "vehicle_scale_homo_test",
  64. "namespace": "experiment",
  65. "role": "host_0"
  66. },
  67. {
  68. "file": "examples/data/student_homo_guest.csv",
  69. "head": 1,
  70. "partition": 16,
  71. "table_name": "student_homo_guest",
  72. "namespace": "experiment",
  73. "role": "guest_0"
  74. },
  75. {
  76. "file": "examples/data/student_homo_host.csv",
  77. "head": 1,
  78. "partition": 16,
  79. "table_name": "student_homo_host",
  80. "namespace": "experiment",
  81. "role": "host_0"
  82. },
  83. {
  84. "file": "examples/data/student_homo_test.csv",
  85. "head": 1,
  86. "partition": 16,
  87. "table_name": "student_homo_test",
  88. "namespace": "experiment",
  89. "role": "guest_0"
  90. },
  91. {
  92. "file": "examples/data/student_homo_test.csv",
  93. "head": 1,
  94. "partition": 16,
  95. "table_name": "student_homo_test",
  96. "namespace": "experiment",
  97. "role": "host_0"
  98. },
  99. {
  100. "file": "examples/data/epsilon_5k_homo_guest.csv",
  101. "head": 1,
  102. "partition": 16,
  103. "table_name": "epsilon_5k_homo_guest",
  104. "namespace": "experiment",
  105. "role": "guest_0"
  106. },
  107. {
  108. "file": "examples/data/epsilon_5k_homo_host.csv",
  109. "head": 1,
  110. "partition": 16,
  111. "table_name": "epsilon_5k_homo_host",
  112. "namespace": "experiment",
  113. "role": "host_0"
  114. }
  115. ],
  116. "homo_sbt-binary-0": {
  117. "local": {
  118. "script": "./gbdt-binary.py",
  119. "conf": "./gbdt_config_binary.yaml"
  120. },
  121. "FATE": {
  122. "script": "./fate-sbt.py",
  123. "conf": "./fate_sbt_binary.yaml"
  124. },
  125. "compare_setting": {
  126. "relative_tol": 0.01
  127. }
  128. },
  129. "homo_sbt-multi-0": {
  130. "local": {
  131. "script": "./gbdt-multi.py",
  132. "conf": "./gbdt_config_multi.yaml"
  133. },
  134. "FATE": {
  135. "script": "./fate-sbt.py",
  136. "conf": "./fate_sbt_multi.yaml"
  137. },
  138. "compare_setting": {
  139. "relative_tol": 0.01
  140. }
  141. },
  142. "homo_sbt-binary-1": {
  143. "local": {
  144. "script": "./gbdt-binary.py",
  145. "conf": "./gbdt_config_binary-epsilon-5k.yaml"
  146. },
  147. "FATE": {
  148. "script": "./fate-sbt.py",
  149. "conf": "./fate_sbt_eplison_5k.yaml"
  150. },
  151. "compare_setting": {
  152. "relative_tol": 0.01
  153. }
  154. },
  155. "homo_sbt-regression-0": {
  156. "local": {
  157. "script": "./gbdt-regression.py",
  158. "conf": "./gbdt_config_reg.yaml"
  159. },
  160. "FATE": {
  161. "script": "./fate-sbt.py",
  162. "conf": "./fate_sbt_regression.yaml"
  163. },
  164. "compare_setting": {
  165. "relative_tol": 0.1
  166. }
  167. }
  168. }