public class ModelMetricsRegressionV3 extends ModelMetricsBaseV3
| Modifier and Type | Field and Description |
|---|---|
double |
mae
The mean absolute error for this scoring run.
|
double |
meanResidualDeviance
The mean residual deviance for this scoring run.
|
double |
r2
The R^2 for this scoring run.
|
double |
rmsle
The root mean squared log error for this scoring run.
|
description, frame, frameChecksum, model, modelCategory, modelChecksum, mse, nobs, predictions, rmse, scoringTime| Constructor and Description |
|---|
ModelMetricsRegressionV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public double r2
public double meanResidualDeviance
public double mae
public double rmsle
public java.lang.String toString()
toString in class ModelMetricsBaseV3