Skip to content

Commit

Permalink
Fixed typo in the method summary (dotnet#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulikov authored and eerhardt committed Jul 27, 2018
1 parent 5b77c63 commit 74ec5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.ML/Models/RegressionMetrics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ internal static List<RegressionMetrics> FromOverallMetrics(IHostEnvironment env,
public double L2 { get; private set; }

/// <summary>
/// Gets the root mean square loss (or RMC) which is the square root of the L2 loss.
/// Gets the root mean square loss (or RMS) which is the square root of the L2 loss.
/// </summary>
public double Rms { get; private set; }

Expand Down

0 comments on commit 74ec5c9

Please sign in to comment.