diff --git a/src/Microsoft.ML.Auto/API/AutoCatalog.cs b/src/Microsoft.ML.Auto/API/AutoCatalog.cs index 98e28e4885..37966c3992 100644 --- a/src/Microsoft.ML.Auto/API/AutoCatalog.cs +++ b/src/Microsoft.ML.Auto/API/AutoCatalog.cs @@ -102,7 +102,7 @@ public MulticlassClassificationExperiment CreateMulticlassClassificationExperime } /// - /// Creates a new AutoML experiment to run on a binary classification dataset. + /// Creates a new AutoML experiment to run on a multiclass classification dataset. /// /// Settings for the AutoML experiment. /// A new AutoML multiclass classification experiment.