Skip to content

Commit 3730336

Browse files
pkulikovcodemzs
authored andcommitted
Fixed typo in the method summary (#296)
1 parent 4a5de18 commit 3730336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)