{ "components": { "reader_0": { "module": "Reader", "output": { "data": [ "data" ] } }, "data_transform_0": { "module": "DataTransform", "input": { "data": { "data": [ "reader_0.data" ] } }, "output": { "data": [ "data" ], "model": [ "model" ] } }, "intersection_0": { "module": "Intersection", "input": { "data": { "data": [ "data_transform_0.data" ] } }, "output": { "data": [ "data" ], "cache": [ "cache" ] } }, "model_loader_0": { "module": "ModelLoader", "output": { "model": [ "model" ] } }, "hetero_feature_selection_0": { "module": "HeteroFeatureSelection", "input": { "data": { "data": [ "intersection_0.data" ] }, "isometric_model": [ "model_loader_0.model" ] }, "output": { "data": [ "data" ], "model": [ "model" ] } } } }