feature_imputation_testsuite.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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_guest.csv",
  13. "head": 1,
  14. "partition": 16,
  15. "table_name": "breast_hetero_guest",
  16. "namespace": "experiment",
  17. "role": "guest_0"
  18. },
  19. {
  20. "file": "examples/data/dvisits_hetero_host.csv",
  21. "head": 1,
  22. "partition": 4,
  23. "table_name": "dvisits_hetero_host",
  24. "namespace": "experiment",
  25. "role": "host_0"
  26. },
  27. {
  28. "file": "examples/data/dvisits_hetero_guest.csv",
  29. "head": 1,
  30. "partition": 4,
  31. "table_name": "dvisits_hetero_guest",
  32. "namespace": "experiment",
  33. "role": "guest_0"
  34. }
  35. ],
  36. "tasks": {
  37. "designated": {
  38. "conf": "./feature_imputation_designated_job_conf.json",
  39. "dsl": "./feature_imputation_job_dsl.json"
  40. },
  41. "method": {
  42. "conf": "./feature_imputation_method_job_conf.json",
  43. "dsl": "./feature_imputation_method_job_dsl.json"
  44. },
  45. "diff-method-per-column": {
  46. "conf": "./feature_imputation_column_method_job_conf.json",
  47. "dsl": "./feature_imputation_job_dsl.json"
  48. }
  49. }
  50. }