hetero_lr_sklearn_benchmark.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "data": [
  3. {
  4. "file": "../../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": "../../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": "../../data/default_credit_hetero_guest.csv",
  21. "head": 1,
  22. "partition": 16,
  23. "table_name": "default_credit_hetero_guest",
  24. "namespace": "experiment",
  25. "role": "guest_0"
  26. },
  27. {
  28. "file": "../../data/default_credit_hetero_host.csv",
  29. "head": 1,
  30. "partition": 16,
  31. "table_name": "default_credit_hetero_host",
  32. "namespace": "experiment",
  33. "role": "host_0"
  34. },
  35. {
  36. "file": "../../data/give_credit_hetero_guest.csv",
  37. "head": 1,
  38. "partition": 16,
  39. "table_name": "give_credit_hetero_guest",
  40. "namespace": "experiment",
  41. "role": "guest_0"
  42. },
  43. {
  44. "file": "../../data/give_credit_hetero_host.csv",
  45. "head": 1,
  46. "partition": 16,
  47. "table_name": "give_credit_hetero_host",
  48. "namespace": "experiment",
  49. "role": "host_0"
  50. },
  51. {
  52. "file": "../../data/epsilon_5k_hetero_guest.csv",
  53. "head": 1,
  54. "partition": 16,
  55. "table_name": "epsilon_5k_hetero_guest",
  56. "namespace": "experiment",
  57. "role": "guest_0"
  58. },
  59. {
  60. "file": "../../data/epsilon_5k_hetero_host.csv",
  61. "head": 1,
  62. "partition": 16,
  63. "table_name": "epsilon_5k_hetero_host",
  64. "namespace": "experiment",
  65. "role": "host_0"
  66. },
  67. {
  68. "file": "../../data/vehicle_scale_hetero_guest.csv",
  69. "head": 1,
  70. "partition": 16,
  71. "table_name": "vehicle_scale_hetero_guest",
  72. "namespace": "experiment",
  73. "role": "guest_0"
  74. },
  75. {
  76. "file": "../../data/vehicle_scale_hetero_host.csv",
  77. "head": 1,
  78. "partition": 16,
  79. "table_name": "vehicle_scale_hetero_host",
  80. "namespace": "experiment",
  81. "role": "host_0"
  82. }
  83. ],
  84. "hetero_lr-binary-0": {
  85. "local": {
  86. "script": "./sklearn-lr-binary.py",
  87. "conf": "./breast_config.yaml"
  88. },
  89. "FATE-hetero-lr": {
  90. "script": "./pipeline-lr-binary.py",
  91. "conf": "./breast_config.yaml"
  92. },
  93. "FATE-hetero-sshe-lr": {
  94. "script": "./pipeline-sshe-lr-binary.py",
  95. "conf": "./breast_sshe_lr_config.yaml"
  96. },
  97. "compare_setting": {
  98. "relative_tol": 1e-2
  99. }
  100. },
  101. "hetero_lr-binary-1": {
  102. "local": {
  103. "script": "./sklearn-lr-binary.py",
  104. "conf": "./default_credit_config.yaml"
  105. },
  106. "FATE-hetero-lr": {
  107. "script": "./pipeline-lr-binary.py",
  108. "conf": "./default_credit_config.yaml"
  109. },
  110. "FATE-hetero-sshe-lr": {
  111. "script": "./pipeline-sshe-lr-binary.py",
  112. "conf": "./default_credit_sshe_lr_config.yaml"
  113. },
  114. "compare_setting": {
  115. "relative_tol": 1e-2
  116. }
  117. },
  118. "hetero_lr-binary-2": {
  119. "local": {
  120. "script": "./sklearn-lr-binary.py",
  121. "conf": "./epsilon_5k_config.yaml"
  122. },
  123. "FATE-hetero-lr": {
  124. "script": "./pipeline-lr-binary.py",
  125. "conf": "./epsilon_5k_config.yaml"
  126. },
  127. "FATE-hetero-sshe-lr": {
  128. "script": "./pipeline-sshe-lr-binary.py",
  129. "conf": "./epsilon_5k_sshe_lr_config.yaml"
  130. },
  131. "compare_setting": {
  132. "relative_tol": 1e-2
  133. }
  134. },
  135. "hetero_lr-binary-3": {
  136. "local": {
  137. "script": "./sklearn-lr-binary.py",
  138. "conf": "./give_credit_config.yaml"
  139. },
  140. "FATE-hetero-lr": {
  141. "script": "./pipeline-lr-binary.py",
  142. "conf": "./give_credit_config.yaml"
  143. },
  144. "FATE-hetero-sshe-lr": {
  145. "script": "./pipeline-sshe-lr-binary.py",
  146. "conf": "./give_credit_sshe_lr_config.yaml"
  147. },
  148. "compare_setting": {
  149. "relative_tol": 1e-2
  150. }
  151. },
  152. "multi": {
  153. "local": {
  154. "script": "./sklearn-lr-multi.py",
  155. "conf": "./vehicle_lr_sklearn_config.yaml"
  156. },
  157. "FATE-hetero-lr": {
  158. "script": "./pipeline-lr-multi.py",
  159. "conf": "./vehicle_config.yaml"
  160. },
  161. "FATE-hetero-sshe-lr": {
  162. "script": "./pipeline-sshe-lr-multi.py",
  163. "conf": "./vehicle_sshe_lr_config.yaml"
  164. },
  165. "compare_setting": {
  166. "relative_tol": 1e-2
  167. }
  168. }
  169. }