View source: R/roadmap-reporting.R
| create_gazepoint_release_model_card | R Documentation |
Extends the existing model-card structure with explicit model-selection, target-aligned uncertainty, nested-resampling, and transportability fields.
create_gazepoint_release_model_card(
model,
intended_use,
evaluation = NULL,
selection = NULL,
uncertainty = NULL,
calibration = NULL,
feature_manifest = NULL,
transportability = NULL,
limitations,
ethical_review = NULL,
deployment_status = "research_review_only"
)
## S3 method for class 'gp3ml_release_model_card'
print(x, ...)
model |
Fitted governed model. |
intended_use |
Intended scientific use. |
evaluation |
Grouped or nested evaluation. |
selection |
Optional |
uncertainty |
Optional target-aligned uncertainty object. |
calibration |
Optional calibration assessment. |
feature_manifest |
Optional feature manifest. |
transportability |
Optional transportability report. |
limitations |
Required limitations. |
ethical_review |
Optional ethical-review information. |
deployment_status |
Deployment status; defaults to research review only. |
x |
An object returned by the corresponding gp3ml constructor, evaluator, summarizer, or validator. |
... |
Additional arguments passed to the print method. |
A gp3ml_release_model_card.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.