Versions Compared

Key

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

...

Contents of this article:

  • Getting Started(Testing / Monitoring): most customers only use Schemas to facilitate testing and monitoring. To get started quickly with testing and monitoring, go to the “Getting Started” section.

  • Model Execution(ModelOp Runtime): for those using the ModelOp runtime for model execution (aka model scoring), please see “Model Execution” section

  • Advanced Features / Description(Detailed Settings): for more in-depth background on the ModelOp schema, see the “Advanced Features” section

Getting Started

Running the out-of-the-box ModelOp tests and monitors requires that the business model has an extended input schema. When a testing/monitoring job is created, the monitor’s init function accesses the extended input schema, and uses it to determine certain monitoring parameters, such as the names of the fields corresponding to specific roles (score, label, etc.)

...