Skip to content

Commit

Permalink
Fixed typo for calibrators (#6438)
Browse files Browse the repository at this point in the history
Fixes #6210
  • Loading branch information
KKghub authored Nov 17, 2022
1 parent 87337c0 commit 0379e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.ML.Data/TrainCatalog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public BinaryPredictionTransformer<TModel> ChangeModelThreshold<TModel>(BinaryPr
}

/// <summary>
/// The list of trainers for performing binary classification.
/// The list of calibrators for performing binary classification.
/// </summary>
public CalibratorsCatalog Calibrators { get; }

Expand Down

0 comments on commit 0379e01

Please sign in to comment.