Share via


RankingExperimentSettings.Trainers Property

Definition

Collection of trainers the AutoML experiment can leverage.

public System.Collections.Generic.ICollection<Microsoft.ML.AutoML.RankingTrainer> Trainers { get; }
member this.Trainers : System.Collections.Generic.ICollection<Microsoft.ML.AutoML.RankingTrainer>
Public ReadOnly Property Trainers As ICollection(Of RankingTrainer)

Property Value

The default value is a collection auto-populated with all possible trainers (all values of RankingTrainer).

Applies to