You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="labelColumnName">The name of the label column. The column data must be <see cref="System.Boolean"/>.</param>
813
813
/// <param name="featureColumnName">The name of the feature column. The column data must be a known-sized vector of <see cref="System.Single"/>.</param>
814
814
/// <param name="exampleWeightColumnName">The name of the example weight column (optional).</param>
815
-
/// <param name="numberOfIterations">The number of training iteraitons.</param>
815
+
/// <param name="numberOfIterations">The number of training iteration.</param>
0 commit comments