Create a portable governed model artifact
Source:R/model-artifacts.R
create_gazepoint_model_artifact.RdCreate a portable governed model artifact
Arguments
- model
A fitted
gp3ml_modelor controlled model object.- preprocessor
Optional preprocessing object.
- feature_manifest
Optional feature manifest.
- task
Optional task; defaults to
model$task.- decision_rule
Optional decision rule.
- model_card
Optional model card.
- reference_data
Optional deterministic prediction fixture.
- bundle_model
Whether to attempt
bundle::bundle()when available.