RunDetail<TMetrics>.ValidationMetrics Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Metrics of how the trained model performed on the validation data during the run.
public TMetrics ValidationMetrics { get; }
member this.ValidationMetrics : 'Metrics
Public ReadOnly Property ValidationMetrics As TMetrics
Property Value
TMetrics
Remarks
Internally, each run has train data and validation data. Model trained on the run's training is evaluated against the validation data, and the metrics for that calculation are emitted here.