There was an error while loading. Please reload this page.
1 parent 4a5de18 commit 3730336Copy full SHA for 3730336
src/Microsoft.ML/Models/RegressionMetrics.cs
@@ -71,7 +71,7 @@ internal static List<RegressionMetrics> FromOverallMetrics(IHostEnvironment env,
71
public double L2 { get; private set; }
72
73
/// <summary>
74
- /// 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.
75
/// </summary>
76
public double Rms { get; private set; }
77
0 commit comments