hetero_linr_testsuite.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/motor_hetero_guest.csv",
  5. "head": 1,
  6. "partition": 16,
  7. "table_name": "motor_hetero_guest",
  8. "namespace": "experiment",
  9. "role": "guest_0"
  10. },
  11. {
  12. "file": "examples/data/motor_hetero_host.csv",
  13. "head": 1,
  14. "partition": 16,
  15. "table_name": "motor_hetero_host",
  16. "namespace": "experiment",
  17. "role": "host_0"
  18. },
  19. {
  20. "file": "examples/data/motor_hetero_host.csv",
  21. "head": 1,
  22. "partition": 16,
  23. "table_name": "motor_hetero_host",
  24. "namespace": "experiment",
  25. "role": "host_1"
  26. }
  27. ],
  28. "tasks": {
  29. "linr-train": {
  30. "conf": "./test_hetero_linr_train_job_conf.json",
  31. "dsl": "./test_hetero_linr_train_job_dsl.json"
  32. },
  33. "linr-predict": {
  34. "deps": "linr-train",
  35. "conf": "./test_hetero_linr_predict_job_conf.json",
  36. "dsl": "./test_hetero_linr_predict_job_dsl.json"
  37. },
  38. "linr-train-sqn": {
  39. "conf": "./test_hetero_linr_train_sqn_job_conf.json",
  40. "dsl": "./test_hetero_linr_train_sqn_job_dsl.json"
  41. },
  42. "linr-warm-start": {
  43. "conf": "./test_hetero_linr_warm_start_job_conf.json",
  44. "dsl": "./test_hetero_linr_warm_start_job_dsl.json"
  45. },
  46. "linr-validate": {
  47. "conf": "./test_hetero_linr_validate_job_conf.json",
  48. "dsl": "./test_hetero_linr_validate_job_dsl.json"
  49. },
  50. "linr-cv": {
  51. "conf": "./test_hetero_linr_cv_job_conf.json",
  52. "dsl": "./test_hetero_linr_cv_job_dsl.json"
  53. },
  54. "linr-multi-host-train": {
  55. "conf": "./test_hetero_linr_multi_host_train_job_conf.json",
  56. "dsl": "./test_hetero_linr_multi_host_train_job_dsl.json"
  57. },
  58. "linr-multi-host-predict": {
  59. "deps": "linr-multi-host-train",
  60. "conf": "./test_hetero_linr_multi_host_predict_job_conf.json",
  61. "dsl": "./test_hetero_linr_multi_host_predict_job_dsl.json"
  62. },
  63. "linr-multi-host-cv": {
  64. "conf": "./test_hetero_linr_multi_host_cv_job_conf.json",
  65. "dsl": "./test_hetero_linr_multi_host_cv_job_dsl.json"
  66. },
  67. "linr_sparse": {
  68. "conf": "./test_hetero_linr_train_sparse_job_conf.json",
  69. "dsl": "./test_hetero_linr_train_sparse_job_dsl.json"
  70. },
  71. "linr_sparse_sqn": {
  72. "conf": "./test_hetero_linr_train_sparse_sqn_job_conf.json",
  73. "dsl": "./test_hetero_linr_train_sparse_sqn_job_dsl.json"
  74. },
  75. "linr_sample_weight": {
  76. "conf": "./test_hetero_linr_train_sample_weight_job_conf.json",
  77. "dsl": "./test_hetero_linr_train_sample_weight_job_dsl.json"
  78. }
  79. }
  80. }