Skip to content

Commit

Permalink
API docs for experimentation (dotnet#3484)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodshanbhag authored and Dmitry-A committed Aug 22, 2019
1 parent 108c5b4 commit 7d8d9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.ML.Auto/API/AutoCatalog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public MulticlassClassificationExperiment CreateMulticlassClassificationExperime
}

/// <summary>
/// Creates a new AutoML experiment to run on a binary classification dataset.
/// Creates a new AutoML experiment to run on a multiclass classification dataset.
/// </summary>
/// <param name="experimentSettings">Settings for the AutoML experiment.</param>
/// <returns>A new AutoML multiclass classification experiment.</returns>
Expand Down

0 comments on commit 7d8d9c1

Please sign in to comment.