sample_weight_testsuite.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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",
  16. "namespace": "experiment",
  17. "role": "host_1"
  18. },
  19. {
  20. "file": "examples/data/breast_hetero_host.csv",
  21. "head": 1,
  22. "partition": 16,
  23. "table_name": "breast_hetero_host_sid",
  24. "namespace": "experiment",
  25. "extend_sid": true,
  26. "auto_increasing_sid": false,
  27. "role": "host_0"
  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. "pipeline_tasks": {
  49. "sample-weight-balanced": {
  50. "script": "./pipeline-sample-weight-balanced.py"
  51. },
  52. "sample-weight-class-dict-feature-engineering": {
  53. "script": "./pipeline-sample-weight-class-dict-feature-engineering.py"
  54. },
  55. "sample-weight-name": {
  56. "script": "./pipeline-sample-weight-name.py"
  57. },
  58. "sample-weight-multi-host": {
  59. "script": "./pipeline-sample-weight-multi-host.py"
  60. },
  61. "sample-weight-transform": {
  62. "script": "./pipeline-sample-weight-transform.py"
  63. }
  64. }
  65. }