homo_feature_binning_testsuite.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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_host.csv",
  21. "head": 1,
  22. "partition": 16,
  23. "table_name": "breast_homo_host",
  24. "namespace": "experiment",
  25. "role": "host_1"
  26. },
  27. {
  28. "file": "examples/data/breast_homo_test.csv",
  29. "head": 1,
  30. "partition": 16,
  31. "table_name": "homo_breast_test",
  32. "namespace": "experiment",
  33. "role": "guest_0"
  34. },
  35. {
  36. "file": "examples/data/breast_homo_test.csv",
  37. "head": 1,
  38. "partition": 16,
  39. "table_name": "homo_breast_test",
  40. "namespace": "experiment",
  41. "role": "host_0"
  42. },
  43. {
  44. "file": "examples/data/breast_homo_test.csv",
  45. "head": 1,
  46. "partition": 16,
  47. "table_name": "homo_breast_test",
  48. "namespace": "experiment",
  49. "role": "host_1"
  50. }
  51. ],
  52. "tasks": {
  53. "homo_recursive_binning_select_cols": {
  54. "conf": "homo_recursive_binning_select_cols_conf.json",
  55. "dsl": "homo_recursive_binning_select_cols_dsl.json"
  56. },
  57. "homo_virtual_summary_binning": {
  58. "conf": "homo_virtual_summary_binning_conf.json",
  59. "dsl": "homo_virtual_summary_binning_dsl.json"
  60. },
  61. "homo_virtual_summary_binning_select_cols": {
  62. "conf": "homo_virtual_summary_binning_select_cols_conf.json",
  63. "dsl": "homo_virtual_summary_binning_select_cols_dsl.json"
  64. },
  65. "homo_recursive_binning": {
  66. "conf": "homo_recursive_binning_conf.json",
  67. "dsl": "homo_recursive_binning_dsl.json"
  68. },
  69. "homo_virtual_summary_binning_predict": {
  70. "conf": "homo_virtual_summary_binning_predict_conf.json",
  71. "dsl": "homo_virtual_summary_binning_predict_dsl.json"
  72. },
  73. "homo_recursive_binning_predict": {
  74. "conf": "homo_recursive_binning_predict_conf.json",
  75. "dsl": "homo_recursive_binning_predict_dsl.json"
  76. }
  77. }
  78. }