Metrics of the trained model.
| KEY | TYPE | Description |
|---|---|---|
| algoMetrics | dict | Dictionary mapping algorithm ID to algorithm name and algorithm metrics dictionary |
| selectedAlgorithm | str | The algorithm ID of the selected (default) algorithm that will be used in deployments of this Model Version |
| selectedAlgorithmName | str | The algorithm name of the selected (default) algorithm that will be used in deployments of this Model Version |
| modelId | str | The Model ID |
| modelVersion | str | The Model Version |
| metricNames | dict | Maps shorthand names of the metrics to their verbose names |
| targetColumn | str | The target feature that the model was trained to predict |
| trainValTestSplit | dict | Info on train, val and test split |
| trainingCompletedAt | datetime | Timestamp when training was completed |