Skip to content

Commit 0379e01

Browse files
authored
Fixed typo for calibrators (#6438)
Fixes #6210
1 parent 87337c0 commit 0379e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.Data/TrainCatalog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public BinaryPredictionTransformer<TModel> ChangeModelThreshold<TModel>(BinaryPr
297297
}
298298

299299
/// <summary>
300-
/// The list of trainers for performing binary classification.
300+
/// The list of calibrators for performing binary classification.
301301
/// </summary>
302302
public CalibratorsCatalog Calibrators { get; }
303303

0 commit comments

Comments
 (0)