You've already forked generic-industrial-process
Import UAPF package
Some checks failed
Validate OIPF Library / validate-yaml (push) Has been cancelled
18 lines
483 B
YAML
18 lines
483 B
YAML
algorithm_card:
|
|
id: "oipf.algorithm.recommendation-generation"
|
|
name: "Recommendation Generation"
|
|
status: "draft"
|
|
purpose: "Convert model outputs into a governed human-readable and machine-readable operational recommendation."
|
|
algorithm_type: "composite"
|
|
inputs:
|
|
- prediction
|
|
- confidence
|
|
- constraints
|
|
- economic parameters
|
|
- workflow policy
|
|
outputs:
|
|
- recommendation object
|
|
- approval requirement
|
|
- expected impact
|
|
- audit metadata
|