homo_nn_benchmark.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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/vehicle_scale_homo_guest.csv",
  21. "head": 1,
  22. "partition": 16,
  23. "table_name": "vehicle_scale_homo_guest",
  24. "namespace": "experiment",
  25. "role": "guest_0"
  26. },
  27. {
  28. "file": "examples/data/vehicle_scale_homo_host.csv",
  29. "head": 1,
  30. "partition": 16,
  31. "table_name": "vehicle_scale_homo_host",
  32. "namespace": "experiment",
  33. "role": "host_0"
  34. },
  35. {
  36. "file": "examples/data/vehicle_scale_homo_host.csv",
  37. "head": 1,
  38. "partition": 16,
  39. "table_name": "vehicle_scale_homo_host",
  40. "namespace": "experiment",
  41. "role": "host_1"
  42. }
  43. ],
  44. "homo_nn-binary": {
  45. "local": {
  46. "script": "./local-homo_nn.py",
  47. "conf": "./param_conf_binary.yaml"
  48. },
  49. "FATE": {
  50. "script": "./fate-homo_nn.py",
  51. "conf": "./param_conf_binary.yaml"
  52. },
  53. "compare_setting": {
  54. "relative_tol": 0.05
  55. }
  56. },
  57. "homo_nn-multi": {
  58. "local": {
  59. "script": "./local-homo_nn.py",
  60. "conf": "./param_conf_multi.yaml"
  61. },
  62. "FATE": {
  63. "script": "./fate-homo_nn.py",
  64. "conf": "./param_conf_multi.yaml"
  65. },
  66. "compare_setting": {
  67. "relative_tol": 0.1
  68. }
  69. }
  70. }