Supported Platforms
Cloud
ModelOps is only supported on cloud infrastructure. This release of ModelOps supports these cloud environments
ModelOps is supported on Kubernetes clusters running Linux nodes. There is limited support for a mixed Linux and Windows cluster if the Statistica runner is required. In this case the Statistica Scoring Server node is supported on Windows (Azure only, no support for Windows nodes on OpenShift). No other ModelOps servers are supported on Windows.
Base Container Operating System Versions
- CentOS 8 (
FROM centos:8
) - Windows Server Core (
FROM mcr.microsoft.com/windows:1903 AS win-base
)
Models
ModelOps supports these model types for scoring:
- PMML - Version 3.0, 3.1, 3.2, 4.0, 4.1, 4.2, 4.3 and 4.4
- Python (both binary and script) - Version 3.8
- Statistica1 - Version 14
- TensorFlow2 - TensorFlow 2
Notes
1 Statistica workspaces having: the input and output nodes marked; and not exercising Statistica Enterprise functionality.
2 GraphDef and SavedModel formats stored as binary protobufs.