Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article describes how to use the ModelOp Command Center as the central repository for governing models, including how ModelOp Center provides a standard representation of a model regardless of the model factory from which it came, or the infrastructure upon which it will run.

Table of Contents

Table of Contents

Standard Model Definition

ModelOp Center provides the most robust and extensible definition of a model to allow for consistent deployment, monitoring, and governance of all models across the enterprise.

Elements of the Standard Model Definition

  • Model Metadata: textual overview and usage information about a model including: Name, Description & Usage, Tags.

    Image RemovedImage Added

  • Model Source Code: all of the source code assets associated with a model, including the main entry points for initializing a model, training, scoring, and validating/testing a model.

    Image RemovedImage Added

  • Model Attachments: trained artifacts and other files that are required to leverage the model.

    Image RemovedImage Added

  • Model Platform: all of the libraries, packages, and other dependencies required to execute the model.

    Image RemovedImage Added

  • Input & Output Schemas: as noted on the ModelOp Center Terminology page, one of ModelOp Center’s core abstractions is the separation of the model code (the “math”) from the data ingress and egress. The schemas leverage the type-agnostic specification to define the contract between the data pipelines and model code.

    Image RemovedImage Added

  • Model Functions: defines the entry points into the model source code such that ModelOp Center knows which functions to call to execute certain steps in the model’s life cycle (e.g. model training, model scoring, model validation/metrics, etc.)

    Image RemovedImage Added

  • Model Tests: all of the manual and automatically executed tests persist with the specific version of the model. To view the model tests, click Models > Model Tests:

    Image RemovedImage Added

Versioning

All of the elements of the standard model definition are versioned using our Model Manage Manager micro service, and arebacked by your preferred enterprise-standard versioning tooling. For example:

  • Model Source Code → backed by Git (all versions: Github, Bitbucket, Gitlab, etc.)

  • Model Attachments → backed by standard artifact repositories (such as S3, Artifactory, etc.)

  • All Other Elements → backed and versioned by ModelOp Center’s Model ManageManager

Supported Languages & Frameworks

While ModelOp Center supports almost any model language, framework, and overall model factory, below is a sampling of some of the more common ones that are supported in ModelOp Center. Each of these are encoded in ModelOp Center’s standard model definition

Image RemovedImage Added

Image Removed


Image Added