modularml.core.model_graph.model_graph
DAG of FeatureSets and ModelStages
- Responsibilities:
Stores all nodes: FeatureSets and ModelStages. Stores all edges: how outputs of one stage feed another. Performs:
Topological sorting Lazy build() propagation of shapes Forward pass through the graph
Functions
|
|
|
Creates a dummy Data object. |
Classes
|