TrainResult<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.
Each fold has training data and validation data. A model trained on the folds's training data is evaluated against the validation data, and the metrics for that calculation are emitted here.
public TMetrics ValidationMetrics { get; }
member this.ValidationMetrics : 'Metrics
Public ReadOnly Property ValidationMetrics As TMetrics
Property Value
TMetrics