OptionalholdoutParsed holdout metrics scored once on the locked holdout — the honest performance number.
The MJ: ML Models row id — pass this to SimpleMLTools.score.
OptionalmetricsParsed training metrics, when the model carries them. Shape is algorithm-dependent.
Denormalized name of the training pipeline that produced this model.
The kind of prediction the model makes: 'classification' or 'regression'.
Lifecycle status of the model (e.g. 'Published', 'Validated', 'Draft', 'Archived').
The label/column the model predicts (e.g. "Renewed").
Monotonic model version under the pipeline (higher = newer).
A single trained predictive model from the catalog, surfaced to Interactive Components so they can let users pick a model and weave its predictions into charts/tables. Sourced from the
MJ: ML Modelsentity (one row per immutable, versioned model).