public class ModelMetricsRegressionV3<I extends ModelMetricsRegression,S extends ModelMetricsRegressionV3<I,S>> extends ModelMetricsBaseV3<I,S>
SchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
double |
mae |
double |
mean_residual_deviance |
double |
r2 |
description, frame, frame_checksum, model, model_category, model_checksum, MSE, nobs, predictions, RMSE, scoring_time
__meta, _exclude_fields
Constructor and Description |
---|
ModelMetricsRegressionV3() |
Modifier and Type | Method and Description |
---|---|
S |
fillFromImpl(I modelMetrics)
Fill this Schema from the given implementation object.
|
fillFromImpl
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal
@API(help="The mean residual deviance for this scoring run.", direction=OUTPUT) public double mean_residual_deviance
public S fillFromImpl(I modelMetrics)
Schema
fillFromImpl
in class Schema<I extends ModelMetricsRegression,S extends ModelMetricsRegressionV3<I,S>>