Class TabularRegressionPredictionResult (1.3.0)

TabularRegressionPredictionResult(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Prediction output format for Tabular Regression. .. attribute:: value

The regression value.

:type: float

Attributes

NameDescription
lower_bound float
The lower bound of the prediction interval.
upper_bound float
The upper bound of the prediction interval.

Inheritance

builtins.object > proto.message.Message > TabularRegressionPredictionResult