Member Junction
    Preparing search index...

    The whole feature-engineering DAG for a pipeline — the frozen spec the FeatureAssembly executor replays identically across training and scoring.

    interface FeatureStepGraph {
        Steps: FeatureStep[];
    }
    Index

    Properties

    Properties

    Steps: FeatureStep[]

    All steps in the graph; edges are expressed via each step's Inputs.