data_transform_testsuite.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "data": [
  3. {
  4. "file": "examples/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": "examples/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": "examples/data/ionosphere_scale_hetero_guest.csv",
  21. "head": 1,
  22. "partition": 16,
  23. "table_name": "ionosphere_scale_hetero_guest",
  24. "namespace": "experiment",
  25. "role": "guest_0"
  26. },
  27. {
  28. "file": "examples/data/ionosphere_scale_hetero_host.csv",
  29. "head": 1,
  30. "partition": 16,
  31. "table_name": "ionosphere_scale_hetero_host",
  32. "namespace": "experiment",
  33. "role": "host_0"
  34. },
  35. {
  36. "file": "examples/data/tag_value_1000_140.csv",
  37. "head": 1,
  38. "partition": 16,
  39. "table_name": "tag_value_1000_140",
  40. "namespace": "experiment",
  41. "role": "host_0"
  42. },
  43. {
  44. "file": "examples/data/svmlight_host.csv",
  45. "head": 1,
  46. "partition": 16,
  47. "table_name": "svmlight_host",
  48. "namespace": "experiment",
  49. "role": "host_0"
  50. },
  51. {
  52. "file": "examples/data/svmlight_guest.csv",
  53. "head": 1,
  54. "partition": 16,
  55. "table_name": "svmlight_guest",
  56. "namespace": "experiment",
  57. "role": "guest_0"
  58. }
  59. ],
  60. "pipeline_tasks": {
  61. "data_transform_dense": {
  62. "script": "pipeline-data-transform-dense.py"
  63. },
  64. "data_transform_missing_fill": {
  65. "script": "pipeline-data-transform-missing-fill.py"
  66. },
  67. "data_transform_tag_value": {
  68. "script": "pipeline-data-transform-tag-value.py"
  69. },
  70. "data_transform_svmlight": {
  71. "script": "pipeline-data-transform-svmlight.py"
  72. }
  73. }
  74. }