model_loader_dsl.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "components": {
  3. "reader_0": {
  4. "module": "Reader",
  5. "output": {
  6. "data": [
  7. "data"
  8. ]
  9. }
  10. },
  11. "data_transform_0": {
  12. "module": "DataTransform",
  13. "input": {
  14. "data": {
  15. "data": [
  16. "reader_0.data"
  17. ]
  18. }
  19. },
  20. "output": {
  21. "data": [
  22. "data"
  23. ],
  24. "model": [
  25. "model"
  26. ]
  27. }
  28. },
  29. "intersection_0": {
  30. "module": "Intersection",
  31. "input": {
  32. "data": {
  33. "data": [
  34. "data_transform_0.data"
  35. ]
  36. }
  37. },
  38. "output": {
  39. "data": [
  40. "data"
  41. ],
  42. "cache": [
  43. "cache"
  44. ]
  45. }
  46. },
  47. "model_loader_0": {
  48. "module": "ModelLoader",
  49. "output": {
  50. "model": [
  51. "model"
  52. ]
  53. }
  54. },
  55. "hetero_feature_selection_0": {
  56. "module": "HeteroFeatureSelection",
  57. "input": {
  58. "data": {
  59. "data": [
  60. "intersection_0.data"
  61. ]
  62. },
  63. "isometric_model": [
  64. "model_loader_0.model"
  65. ]
  66. },
  67. "output": {
  68. "data": [
  69. "data"
  70. ],
  71. "model": [
  72. "model"
  73. ]
  74. }
  75. }
  76. }
  77. }