Portable Models and Research Artifacts

knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
library(gp3ml)

A reproducible model is more than an R object. This layer records the model, preprocessing, task, feature provenance, decision rule, schema, environment, and cryptographic file hashes. Optional bundle support is used when available for engines that need custom serialization.

Environment records can be compared before reproducing a result:

reference <- capture_gazepoint_environment(packages = "gp3ml")
comparison <- compare_gazepoint_environments(reference, reference)
comparison$status
plot(comparison)

A minimal RO-Crate-oriented export can package research files with SHA-256 hashes. gp3ml deliberately describes this as RO-Crate-oriented unless an independent conformance validator has also been run.



Try the gp3ml package in your browser

Any scripts or data that you put into this service are public.

gp3ml documentation built on Aug. 23, 2026, 5:11 p.m.