View source: R/model-artifacts.R
| create_gazepoint_model_artifact | R Documentation |
Create a portable governed model artifact
create_gazepoint_model_artifact(
model,
preprocessor = model$preprocessor %||% NULL,
feature_manifest = NULL,
task = model$task %||% NULL,
decision_rule = NULL,
model_card = NULL,
reference_data = NULL,
bundle_model = TRUE
)
model |
A fitted |
preprocessor |
Optional preprocessing object. |
feature_manifest |
Optional feature manifest. |
task |
Optional task; defaults to |
decision_rule |
Optional decision rule. |
model_card |
Optional model card. |
reference_data |
Optional deterministic prediction fixture. |
bundle_model |
Whether to attempt |
A gp3ml_model_artifact.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.