You've already forked generic-industrial-process
Import UAPF package
This commit is contained in:
18
algorithm-cards/model-inference.card.yaml
Normal file
18
algorithm-cards/model-inference.card.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
algorithm_card:
|
||||
id: "oipf.algorithm.model-inference"
|
||||
name: "Model Inference"
|
||||
status: "draft"
|
||||
purpose: "Run a declared ML, physics, statistical or rules model under a model contract."
|
||||
algorithm_type: "external"
|
||||
inputs:
|
||||
- model contract
|
||||
- contextualised time-series window
|
||||
- operating state
|
||||
- constraints
|
||||
outputs:
|
||||
- prediction
|
||||
- confidence
|
||||
- explanation payload
|
||||
- recommended action candidate
|
||||
implementation:
|
||||
type: "external_model_runtime"
|
||||
Reference in New Issue
Block a user