1 write to ValidationSet
Microsoft.ML.Core (1)
Prediction\TrainContext.cs (1)
63ValidationSet = validationSet;
3 references to ValidationSet
Microsoft.ML.Core (3)
Prediction\TrainContext.cs (2)
41/// <see cref="ValidationSet"/>. However, if the trainer does support incremental training and there 50/// <param name="validationSet">Will set <see cref="ValidationSet"/> to this value if specified</param>
Prediction\TrainerInfo.cs (1)
39/// Whether the trainer supports validation set via <see cref="TrainContext.ValidationSet"/>. Not implementing