diff --git a/src/Microsoft.ML.Data/TrainCatalog.cs b/src/Microsoft.ML.Data/TrainCatalog.cs index c1fd5485d7..655c4a4933 100644 --- a/src/Microsoft.ML.Data/TrainCatalog.cs +++ b/src/Microsoft.ML.Data/TrainCatalog.cs @@ -297,7 +297,7 @@ public BinaryPredictionTransformer ChangeModelThreshold(BinaryPr } /// - /// The list of trainers for performing binary classification. + /// The list of calibrators for performing binary classification. /// public CalibratorsCatalog Calibrators { get; }