test_predict_dsl.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "components": {
  3. "reader_0": {
  4. "module": "Reader",
  5. "output": {
  6. "data": [
  7. "data"
  8. ]
  9. }
  10. },
  11. "intersection_0": {
  12. "input": {
  13. "data": {
  14. "data": [
  15. "data_transform_0.data"
  16. ]
  17. }
  18. },
  19. "module": "Intersection",
  20. "output": {
  21. "data": [
  22. "data"
  23. ]
  24. }
  25. },
  26. "data_transform_0": {
  27. "input": {
  28. "data": {
  29. "data": [
  30. "reader_0.data"
  31. ]
  32. },
  33. "model": [
  34. "pipeline.data_transform_0.model"
  35. ]
  36. },
  37. "module": "DataTransform",
  38. "output": {
  39. "data": [
  40. "data"
  41. ]
  42. }
  43. },
  44. "hetero_secure_boost_0": {
  45. "input": {
  46. "data": {
  47. "test_data": [
  48. "intersection_0.data"
  49. ]
  50. },
  51. "model": [
  52. "pipeline.hetero_secure_boost_0.model"
  53. ]
  54. },
  55. "module": "HeteroSecureBoost",
  56. "output": {
  57. "data": [
  58. "data"
  59. ]
  60. }
  61. }
  62. }
  63. }