RegressionMetrics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluation results regression algorithms (supervised learning algorithm).
public sealed class RegressionMetrics
type RegressionMetrics = class
Public NotInheritable Class RegressionMetrics
- Inheritance
-
RegressionMetrics
Properties
LossFunction |
Gets the result of user defined loss function. |
MeanAbsoluteError |
Gets the absolute loss of the model. |
MeanSquaredError |
Gets the squared loss of the model. |
RootMeanSquaredError |
Gets the root mean square loss (or RMS) which is the square root of the L2 loss MeanSquaredError. |
RSquared |
Gets the R-squared value of the model, which is also known as the coefficient of determination​. R-Squared closer to 1 indicates a better fitted model. |