hetero_poisson_testsuite.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/dvisits_hetero_host.csv",
  5. "head": 1,
  6. "partition": 16,
  7. "table_name": "dvisits_hetero_host",
  8. "namespace": "experiment",
  9. "role": "host_0"
  10. },
  11. {
  12. "file": "examples/data/dvisits_hetero_guest.csv",
  13. "head": 1,
  14. "partition": 16,
  15. "table_name": "dvisits_hetero_guest",
  16. "namespace": "experiment",
  17. "role": "guest_0"
  18. }
  19. ],
  20. "tasks": {
  21. "poisson-train": {
  22. "conf": "./test_hetero_poisson_train_job_conf.json",
  23. "dsl": "./test_hetero_poisson_train_job_dsl.json"
  24. },
  25. "poisson-predict": {
  26. "deps": "poisson-train",
  27. "conf": "./test_hetero_poisson_predict_job_conf.json",
  28. "dsl": "./test_hetero_poisson_predict_job_dsl.json"
  29. },
  30. "poisson-warm-start": {
  31. "conf": "./test_hetero_poisson_warm_start_job_conf.json",
  32. "dsl": "./test_hetero_poisson_warm_start_job_dsl.json"
  33. },
  34. "poisson-validate": {
  35. "conf": "./test_hetero_poisson_validate_job_conf.json",
  36. "dsl": "./test_hetero_poisson_validate_job_dsl.json"
  37. },
  38. "poisson-sparse": {
  39. "conf": "./test_hetero_poisson_train_sparse_job_conf.json",
  40. "dsl": "./test_hetero_poisson_train_job_dsl.json"
  41. },
  42. "poisson-cv": {
  43. "conf": "./test_hetero_poisson_cv_job_conf.json",
  44. "dsl": "./test_hetero_poisson_cv_job_dsl.json"
  45. }
  46. }
  47. }