sample_weight_testsuite.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/breast_hetero_host.csv",
  5. "head": 1,
  6. "partition": 16,
  7. "table_name": "breast_hetero_host",
  8. "namespace": "experiment",
  9. "role": "host_0"
  10. },
  11. {
  12. "file": "examples/data/breast_hetero_host.csv",
  13. "head": 1,
  14. "partition": 16,
  15. "table_name": "breast_hetero_host_sid",
  16. "namespace": "experiment",
  17. "extend_sid": true,
  18. "auto_increasing_sid": false,
  19. "role": "host_0"
  20. },
  21. {
  22. "file": "examples/data/breast_hetero_host.csv",
  23. "head": 1,
  24. "partition": 16,
  25. "table_name": "breast_hetero_host",
  26. "namespace": "experiment",
  27. "role": "host_1"
  28. },
  29. {
  30. "file": "examples/data/breast_hetero_guest.csv",
  31. "head": 1,
  32. "partition": 16,
  33. "table_name": "breast_hetero_guest",
  34. "namespace": "experiment",
  35. "role": "guest_0"
  36. },
  37. {
  38. "file": "examples/data/breast_hetero_guest.csv",
  39. "head": 1,
  40. "partition": 16,
  41. "table_name": "breast_hetero_guest_sid",
  42. "namespace": "experiment",
  43. "extend_sid": true,
  44. "auto_increasing_sid": false,
  45. "role": "guest_0"
  46. }
  47. ],
  48. "tasks": {
  49. "sample-weight-balanced": {
  50. "conf": "./sample_weight_balanced_job_conf.json",
  51. "dsl": "./sample_weight_job_dsl.json"
  52. },
  53. "sample-weight-class-dict-feature-engineering": {
  54. "conf": "./sample_weight_class_dict_feature_engineering_job_conf.json",
  55. "dsl": "./sample_weight_class_dict_feature_engineering_job_dsl.json"
  56. },
  57. "sample-weight-name": {
  58. "conf": "./sample_weight_name_job_conf.json",
  59. "dsl": "./sample_weight_name_job_dsl.json"
  60. },
  61. "sample-weight-multi-host": {
  62. "conf": "./sample_weight_multi_host_job_conf.json",
  63. "dsl": "./sample_weight_job_dsl.json"
  64. },
  65. "sample-weight-transform": {
  66. "conf": "./sample_weight_balanced_job_conf.json",
  67. "dsl": "./sample_weight_transform_job_dsl.json"
  68. }
  69. }
  70. }