1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "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"
- ]
- }
- }
- }
- }
|