Skip to content

create_gp3ml_governance_profile

R reference: gp3ml 0.3.0.

Create a governance-evidence profile

Create a governance-evidence profile

R reference usage

create_gp3ml_governance_profile(
  evidence,
  framework = c("gp3ml-native", "NIST-AI-RMF-1.0", "ISO-23894-oriented",
    "ISO-42001-oriented")
)

The Python implementation is exported as gp3mlpy.create_gp3ml_governance_profile. See the runtime docstring for Python-specific typing and semantic adaptations.