Skip to content

Commit 74ec5c9

Browse files
pkulikoveerhardt
authored andcommitted
Fixed typo in the method summary (dotnet#296)
1 parent 5b77c63 commit 74ec5c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.ML/Models/RegressionMetrics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ internal static List<RegressionMetrics> FromOverallMetrics(IHostEnvironment env,
7171
public double L2 { get; private set; }
7272

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

0 commit comments

Comments
 (0)