We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9718aaf commit da3a403Copy full SHA for da3a403
src/Microsoft.ML.Auto/API/AutoCatalog.cs
@@ -102,7 +102,7 @@ public MulticlassClassificationExperiment CreateMulticlassClassificationExperime
102
}
103
104
/// <summary>
105
- /// Creates a new AutoML experiment to run on a binary classification dataset.
+ /// Creates a new AutoML experiment to run on a multiclass classification dataset.
106
/// </summary>
107
/// <param name="experimentSettings">Settings for the AutoML experiment.</param>
108
/// <returns>A new AutoML multiclass classification experiment.</returns>
0 commit comments