type

MlModel

MlModel : SyntheticModel

See Synthetics chapter.

slots id

Unique identifier for entity in its project

spec

Type of this entity

syntheticModel

See Synthetics chapter

mlModel

See Synthetics chapter

mlIdentificationPeriod

Training period description, known as the identification period or baseline, utilized during the model training process

mlInputVarRefs

List of independent variables, also known as model inputs or features, associated with a machine learning model

mlModelMetrics

Goodness-of-fit metrics provided in the form of a simple dictionary

mlModelParameters

Result of model identification, which may appear as a list of model parameters for simpler models or as a reference to a stored model, in the form of a file uri

mlOutputVarRef

Dependent variable, also known as the model output or target, associated, with a machine learning model

mlModel Marker inherits ph::PhEntity.mlModel

See Synthetics chapter.

mlIdentificationPeriod Span? inherits ph::PhEntity.mlIdentificationPeriod

Training period description, known as the identification period or baseline, utilized during the model training process.

mlInputVarRefs List? inherits ph::PhEntity.mlInputVarRefs

List of independent variables, also known as model inputs or features, associated with a machine learning model.

mlModelMetrics Dict? inherits ph::PhEntity.mlModelMetrics

Goodness-of-fit metrics provided in the form of a simple dictionary. For example: {r2:0.7889, cvrmse:58}.

mlModelParameters Dict? inherits ph::PhEntity.mlModelParameters

Result of model identification, which may appear as a list of model parameters for simpler models or as a reference to a stored model, in the form of a file uri. The structure of the dict is user-specific.

mlOutputVarRef Ref? inherits ph::PhEntity.mlOutputVarRef

Dependent variable, also known as the model output or target, associated, with a machine learning model. Represents the predicted outcome generated by the model.

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT