Member Junction
    Preparing search index...

    Sidecar seam — the /predict call. Wraps MLSidecar from @memberjunction/predictive-studio-sidecar in production; tests inject a fake that returns canned predictions and captures the request so the test can assert the rows / fitted-preprocessing / feature-schema sent to the sidecar.

    interface ISidecarPredictor {
        predict(req: PredictRequest): Promise<PredictResponse>;
    }

    Implemented by

    Index

    Methods

    Methods