Skip to content

Commit 84aa181

Browse files
authored
Update MLContext.cs (dotnet#5868)
Updated wording for MLContext summary.
1 parent 34eb983 commit 84aa181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Microsoft.ML.Data/MLContext.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ namespace Microsoft.ML
1111
{
1212
/// <summary>
1313
/// The common context for all ML.NET operations. Once instantiated by the user, it provides a way to
14-
/// create components for data preparation, feature engineering, training, prediction, model evaluation.
15-
/// It also allows logging, execution control, and the ability set repeatable random numbers.
14+
/// create components for data preparation, feature engineering, training, prediction, and model evaluation.
15+
/// It also allows logging, execution control, and the ability to set repeatable random numbers.
1616
/// </summary>
1717
public sealed class MLContext : IHostEnvironmentInternal
1818
{

0 commit comments

Comments
 (0)