Scoring Pipelines Overview

Driverless AI provides several Scoring Pipelines for experiments and/or interpreted models.

  • A standalone Python Scoring Pipeline is available for experiments and interpreted models.

  • A low-latency, standalone MOJO Scoring Pipeline is available for experiments, with both Java and C++ backends.

The Python Scoring Pipeline is implemented as a Python whl file. While this allows for a single process scoring engine, the scoring service is generally implemented as a client/server architecture and supports interfaces for TCP and HTTP.

The MOJO Scoring Pipeline provides a standalone scoring pipeline that converts experiments to MOJOs, which can be scored in real time. The MOJO Scoring Pipeline is available as either a Java runtime or a C++ runtime. For the C++ runtime, both Python and R wrappers are provided.

Examples are included with each scoring package.

Note: These sections describe scoring pipelines and not deployments of scoring pipelines. For information on how to deploy a MOJO scoring pipeline, refer to the Deploying the MOJO Pipeline section.