ModelΒΆ
The Plums model package aims to offer a framework-agnostic model format specification (the Plums Model Format) along with its python representation and helper implementation to ease integration into producer and consumer codebases.
It is composed of two complementary parts:
An extensive PMF validation API, available through the high level
validate()python function and the low-level validation Developer API.See also
The PMF Model Format specification for more information on the PMF format.
A PMF model creation and manipulation API, available through the Model API module and the
Modelclass.See also
The Quickstart for a simple tutorial on python model creation and handling.